body {
	background-color: #000099;
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-track-color: #8080FF;
	scrollbar-base-color: #0000CC;
	scrollbar-arrow-color: #66FFCC;

}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;

}
a:active {
	color: #0000CC;
	text-decoration: underline;
}
