body {
	background-attachment: fixed;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #305B78;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size: 10px;
}
a:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:10px;
}
a:active {
		color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:10px;
}
a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:10px;
}
a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
	font-size:10px;
}
a.log:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:10px;
}
a.log:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:10px;
}
a.log:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:10px;
}
a.log:hover {
	text-decoration: underline;
}