body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	
}
UL {
	list-style-image: url(bullet.gif);
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: -45px;
	font-size: medium;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	color: #000099;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}
h2 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663399;
}
li {
	font-size: medium;
}
.foot {
	background-image: url(foot.gif);
	background-repeat: no-repeat;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
