﻿/*Style sheet menu.css*/

body {font-family: Verdana, Helvetica, Arial, sans-serif;
background-image: url(background.gif);}p {
color: #0000a0;
text-decoration: none;
text-align: left;font-size: 80%;
}
h1 {font-size: 140%;text-align: center;font-style: normal;letter-spacing: 0px;font-family: Times, "Times New Roman", serif, Arial;color: #0000a0;}h2 {font-size: 110%;text-align: center;color: #0000a0;font-weight: normal;}h3 {text-align: left;font-size: 80%;font-weight: normal;color: #0000a0;}h4 {text-align: center;font-size: 80%;font-weight: normal;color: #0000a0;}a:link {
	color: #0000a0;
	background-image: url("graphics/backdrop.gif");
	text-decoration: none;
}h5 {text-align: center;font-size: 80%;font-weight: normal;color: #0000a0;}h6 {text-align: center;font-size: 70%;font-weight: normal;color: #0000a0;}a:visited {
	color: #0000a0;
	background-image: url("graphics/backdrop.gif");
	text-decoration: none;
}

a:hover {color: #ff8040;background-image: url("graphics/backdrop.gif");}

a:active {
	background-image: url("graphics/backdrop.gif");
	color: #0000a0;
	text-decoration: none;
}