a:link {
	color: #36606C;
    text-decoration: none;
		}

a:visited {
  color: #36606C;
    text-decoration: none;

}

a:hover {
	color: #AFAFAF;
	text-decoration: none;
}

a:active {
	color: #AFAFAF;

}

a.hidden {
  color: #36606C;
}

body {
	background-color: #FFFFFF;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;  	
	color: #AFAFAF;

	}