body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3d4888;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 32337a;
	font-weight: bolder;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 32337a;
	font-weight: bold;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 32337a;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bolder;
	text-decoration: underline;
}