body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bglogo.jpeg);
	background-repeat:  no-repeat;
	background-position: left top;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

h1,h2 {
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
}

h4 {
	font-family: arial, helvetica, sans-serif;
}

ul { 
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	list-style-image: url(images/bullet.gif)

}

P {
	font-size: 80%;
	margin: 5px;
	font-family: arial, helvetica, sans-serif;
}

a:link {
   	color : #800000; 
   	text-decoration: none;
   	font-size: small;
}
a:active {
   	color : #800000;
   	text-decoration: underline;
   	font-size: small;
}
a:visited {
   	color : #800000; 
   	text-decoration: none;
   	font-size: small;
}
a:hover {
   	color : #800000;
   	text-decoration: underline;
   	font-size: small;
}
