/********************** Main Document Body **********************/

html, body {  
	background-color: #234161;

    background-repeat: no-repeat;
	background-position: top center; 
	width: 100%;
	color: 					    #000000;
	margin-left: 				0px;
	margin-right: 				0px;
	margin-top: 				0px;
	margin-bottom: 				0px;
}

A:link     {text-decoration: none; color: #0000ff}
A:active   {text-decoration: none; color: #0000ff}
A:visited  {text-decoration: none; color: #0000ff}
A:hover    {text-decoration: none; color: #ffffff; background-color: #3366FF}

