body {
	background-attachment: scroll;
	background-color: DBECF6;
	background-repeat: repeat;
	background-image: url(../../../images/bg.jpg);

}
.mainfont {
	font-family: "MS Sans Serif";
	font-size: 12px;
	color: #993333;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
