body {
	margin: 0px;
	font-family:'Georgia';
	background-color: #000;
	color:#666;
	overflow:hidden;
}

p{
	font-size: 14px;
	font-weight:normal;
	margin: 12px 36px;
}

#content{
	margin:24px 0 0 0;
}
 
a          { color: #006699; }
a:link     { color: #006699; text-decoration: underline; }
a:visited  { color: #006699; text-decoration: underline; }
a:active   { color: #006699; text-decoration: underline; }
a:hover    { color: #006699; text-decoration: underline; }