body {
	background-image: url(../images/bg.jpg);
}
body,td,th {
	font-family: "MS Sans Serif";
	font-size: 13px;
}

h1 {
	font-family: "MS Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #663399;
}

h2 {
	font-family: "MS Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #0099CC;
}

.fontandcolor {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #0099CC;
}

.date {
	font-family: "MS Sans Serif";
	font-size: 13px;
	color: #6666FF;
}

a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #330099;
	text-decoration: underline;
}
