body {
	margin:0px;
	color: black;
	font-family:arial,georgia,serif;
	background : Black;
	font-size:12pt;
}
a {color:blue; text-decoration : none;}
a:hover {color: #900;}
p {text-align:justify;line-height:125%;}
	h1, h2, h3, h4 {padding-left:0px; padding-right:0px;margin:6px 10px;}

ul, li, ol {font-size:10pt;}

#main{
	position:absolute;
	top:10px;
	left:10px;
	background: Pink;
	width:828px;
}

#header{
	top:0px;
	left:0px;
	height:60px;
	width:828px;
	background: Fuchsia pink;
}

#contentMiddle{
	top:60px;
	left:0px;
	width:820px;
	background: Pink;
}

#footer{
	width:828px;
	background: Fuchsia;
	font-size:11px;
	text-align : center;
}

#navlinks{

	left:0px;
	width:828px;
	background: Fuchsia;
	font-size:11px;
	text-align : center;
}