.footers {
	color: #0066CC;
	font-size: 16px;

}
a:link {
	color: #993333;
	text-decoration: none;

}
a:visited {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
	background-color: #FFCCCC;
}
a:active {
	color: #993333;
	text-decoration: none;
}
body {
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: left;
}
