body{
font-family: Arial, Helvetica, sans-serif;
background-color: #9AA2B0;
color: #fff;
width: 100%;height: 100%;
}

a:link{font-size:10pt;color: #1E7FC1;}
a:Hover{font-size:10pt;color: #9AA2B0;}
a:Visited{font-size:10pt;color: #1E7FC1;}
a:Visited:Hover{font-size:10pt;color: #9AA2B0;}

a.Mid:link{font-size:12pt;color: #1E7FC1;}
a.Mid:Hover{font-size:12pt;color: #9AA2B0;}
a.Mid:Visited{font-size:12pt;color: #1E7FC1;}
a.Mid:Visited:Hover{font-size:12pt;color: #9AA2B0;}

a.Large:link{font-size:24px;color: #1E7FC1;}
a.Large:Hover{font-size:24px;color: #9AA2B0;}
a.Large:Visited{font-size:24px;color: #1E7FC1;}
a.Large:Visited:Hover{font-size:24px;color: #9AA2B0;}

.center{
	margin-left: auto;margin-right:auto;
	text-align:center;
}


.page{	
	margin-left: auto;margin-right:auto;
	width: 800px;
	height: 500px;
}
.MainContent{
	background-image: url(images/body.png);
	background-repeat: no-repeat;
	padding: 10px;
	text-align:left;
	background-color: #000;
	color:#fff;
}

