body {
	background-color: #1f325d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:tahoma, arial, verdana;
	font-size: 13px;
	color: #696969;
	}
a:link {
	color: #696969;
	text-decoration: none;
}
a:visited {
	color: #696969;
	text-decoration: none;

}
a:active {
	color: #696969;
	text-decoration: none;

}
a:hover {
	color: #bebebe;
	text-decoration: underline;

}