body{
font-family: Arial, Helvetica, sans-serif;
background-color: #D6E3EA;
color: #000;
width: 100%;height: 100%;
}

a:link{font-size:10pt;color: #1926A3;}
a:Hover{font-size:10pt;color: #000;}
a:Visited{font-size:10pt;color: #1926A3;}
a:Visited:Hover{font-size:10pt;color: #000;}

a.Mid:link{font-size:12pt;color: #1926A3;}
a.Mid:Hover{font-size:12pt;color: #000;}
a.Mid:Visited{font-size:12pt;color: #1926A3;}
a.Mid:Visited:Hover{font-size:12pt;color: #000;}

a.Large:link{font-size:24px;color: #1926A3;}
a.Large:Hover{font-size:24px;color: #000;}
a.Large:Visited{font-size:24px;color: #1926A3;}
a.Large:Visited:Hover{font-size:24px;color: #000;}

.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: #C8E8FD;
}

