﻿
body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	background-image: url('images/bugs.gif');
	background-repeat:no-repeat;
	background-position:right;
	
	color: Navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #191970;
}




hr
{ 
	color: Navy;
	width: 80%;
	height: 10pt;
	
}

A:link	{	
	text-decoration:	none;
	color:	Black;
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	Black;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	Black;
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	white;
	background-color: Gray;
	font-weight:bold;
	
	}
	
	
.title {
font: Arial;
color: Navy;
font-size: 50pt;
background-color: transparent;
font-weight:bold;
}


.subtitle {
font: Arial;
color: Navy;
font-size: 20pt;
background-color: transparent;
font-weight:bold;
}

.heading {
font: Arial;
color: black;
font-size: 15pt;
background-color: transparent;
font-weight:bold;

}


.footer {
font: Arial;
color: black;
font-size: 10pt;
background-color: transparent;
font-weight:bold;
font-style:italic;
}
