body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	background-image: url(images/bg.gif);
	background-color: #BBBBBB;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #330000;
}
.indent {
	text-indent: 15px;
}

