/* Style Sheets for phocks.org operation stumble
----------------------------------------------------------------*/

*  {
	margin:0;
	padding:0;
	}
body {
	margin-top:6px;
	background-color:#222;
	font-family: sans-serif;
	color: #888;
	font-size:80%;
	text-align:center;	
	}
h1 {
	margin-bottom:.5em;
	}
h2 {
	margin-bottom:.3em;
	}
p {
	margin-bottom:1em;	
	}
a {
	color:#aaa;
	text-decoration:none;
	}
a:hover {
	color:#ddd;
	text-decoration:underline;
	}	
img {
	margin:5px;
	}
#container {
	width:750px;
	margin:auto;
	}
#header {
	margin-left:4px;
	margin-right:4px;
	}
#maincontent {
	}
#footer {
	font-size:9pt;
	margin:4px;
	margin-bottom:20px;
	}