body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	background-image: url(pics/bg_content.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link {
	text-decoration: none;
	color: #660000;
}

a:active {
	text-decoration: none;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CC6600;
	
	font-style: bold;
}