body {
	background-color: #6666CC;
	margin: 0px;
	padding: 0px;
}

p, td {
	font-family: Arial, Verdana;
	font-size: 12px;
}
a {  color: #6666CC; font-weight: bold; text-decoration: none}
a:hover {  color: #000000; text-decoration: none}

.leftside {
	background-image: url(images/leftside.gif);
	background-repeat: repeat-y;
}
.rightside {
	background-image: url(images/rightside.gif);
	background-repeat: repeat-y;
}
.copyright {
	font-size: 12px;
}
hr {
	color: #6666CC;
	height: 1px;
	width: 80%;
}
#content {
	padding-right: 5px;
	padding-left: 5px;
}