Body {
    background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-color: #eaf2f5;
}
H1 {
    font-family: arial;
	font-size: 12pt;
	color: #4b8e40;
	font-weight: bold;
	letter-spacing:.5px;
}
H2 {
    font-family: arial;
	font-size: 12pt;
	color: #026c82;
	font-weight: bold;
	letter-spacing:.5px;
}
p {
    font-family: arial;
	font-size: 12pt;
	color: #026c82;
	font-weight: normal;
	letter-spacing:.5px;
}
p.copy {
    font-family: arial;
	font-size: 8pt;
	color: #026c82;
	font-weight: normal;
	letter-spacing:.5px;
	text-align: center;
}
ul {
    font-family: arial;
	list-style: none;
	font-size: 12pt;
	color: #026c82;
	font-weight: bold;
	letter-spacing:.5px;
}
a, a:link, a:visited {
    text-decoration:none;
    font-family: arial;
    font-weight: normal;
    color:#9f4d2d;
    font-size: 12pt;
}
a:hover {
    color:#4f9baf;
}
.menu a, .menu a:link, .menu a:visited{
    text-decoration:none;
    font-family: arial;
    font-weight: normal;
    color:#4f9baf;
    font-size: 14pt;
}
.menu a:hover {
    color:#9f4d2d;
}