body,td,th,H1,H2,H3,H4 { font-family: arial; font-size: 10pt; } 

form { margin: 0px; } 

h1 { font-size: 18pt; font-weight:normal; color: #1713A3; margin-bottom: 20px; }
h2 { font-size: 16pt; font-weight:normal; color: #1713A3; margin-top:50px; margin-bottom: 5px; } 
h3 { font-size: 14pt; font-weight:normal; color: #1713A3; } 
h4 { font-size: 12pt; font-weight:bold; color: #1713A3; } 
.alert { font-weight:bold; color: red; } 

.ltgray { background-color: #EBEBEB; } 

.menu { color: white; background-color: 000066; 
	text-align: right; padding-right: 3px; padding-left: 3px; } 
	
.menuHover { color: white; background-color: Darkblue; 
	text-align: right; padding-right: 3px; padding-left: 3px; } 

.menuLink { color: FFFF00; font-weight: bold; font-size: 9pt; } 

a { text-decoration: none; }
a:hover { text-decoration: none; color: navy; } 
a.nav:hover { text-decoration: none; color: navy; } 
a:hover.menuLink { color: white; } 
//button style
#navigator {

background-color: Red;

border: 1px #666666 solid;

width: auto;

margin-top: 100px;

margin-left: 37.5%;

margin-right: 37.5%;

padding: 8px;

text-align: center;

}


.housebutton {

font-weight: bold;

text-align: center;

margin-bottom: 3px;

margin-top: 3px;
background-color: Red; border-color: Red;}


}


.housebutton a {

padding: 2px;

text-decoration: none;

width: 90px;

display: block;

color: Black;


background-color: Red;

border-top: 2px #cce3ff solid;

border-left: 2px #cce3ff solid;

border-bottom: 2px #31557f solid;

border-right: 2px #31557f solid;

}

.housebutton a:active {
	color: #EED339;
}

.housebutton a:visited {

color: #000000;
}

.housebutton a:hover {

background-color: Red;

border-top: 2px #31557f solid;

border-left: 2px #31557f solid;

border-bottom: 2px #cce3ff solid;

border-right: 2px #cce3ff solid;

}


/* 
a:link { text-decoration: none; color: blue; } 
a:visited { text-decoration: none; color: blue; } 
a:active { text-decoration: none; color: blue; } 

a.nav:link { text-decoration: none; color: blue; } 
a.nav:visited { text-decoration: none;  color: blue; } 
a.nav:active { 	text-decoration: none;  color: blue; } 

a.menuLink { color: white; } 
a.nav.menuLink { color: white; } 
a.nav:hover.menuLink { color: white; } 
*/