﻿body {
}
.uHdrFont
{
	font-weight: bold;
	font-size: 14pt;
	color: #890b00;
	font-style: italic;
	font-family: Arial;
	background-image: url(otherPics/bgforHdr.jpg);
}
.HomeTxt
{
	font-size: 10pt;
	vertical-align: top;
	color: black;
	font-family: Arial;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #f0e68c;
	font-variant: small-caps;
}
.Contactme
{
	font-weight: bold;
	font-size: 8pt;
	color: navy;
	font-family: arial;
	background-color: white;
}
.TheMenuButtons
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	vertical-align: top;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: arial;
	text-align: center;
	width: 200px;
	font-weight: bold;
}
a:link
{
	font-weight: bold;
	color: navy;
	font-family: arial;
}
a:visited
{
	font-weight: bold;
	color: gray;
	font-family: arial;
}
a:hover
{
	font-weight: bold;
	color: blue;
	font-family: arial;
}
