body {
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-color: #000033;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #333366;
	text-decoration: underline;
}
a:visited {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #333366;
	text-decoration: none;
}

