html * 
{
margin: 0;
padding: 0;
}
body {
	background-color: #c8beb7;
	background-image: url('img/bg.png');
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	font-size: 9pt;
	margin: 0 4px;
} 
a {
	text-decoration: none;
	color: #AA0000;
}
a:hover {
	text-decoration: underline;
	color: Black;
}
a:visited {
	text-decoration: none;
	color:#aa0000;
	background-color: #fff;
}
