﻿body {
background-color:#FFFFFF;
background-image: url(../images/mortar2.gif);
font-size:12px;
font-family: Book Antiqua, Georgia, Times New Roman, Times, serif;
}

a:link {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
} 
a:active {
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	color: white;
	background-color: #993300;
	font-weight: bold;
}

h1 {
font-size: xx-large;
font-weight: 800;
color: #993300;
	margin-left: 40px;
}

h2 {
font-size: x-large;
	margin-left: 40px;
}

h3 {
font-size: 200%;
}

h4 {
font-size: 150%;
font-weight: bold;
}

h5 {
font-size: 135%;
font-style: italic;
}

h6 {
font-size: 100%;
font-weight: 800;
}

.menu {		
position:absolute;		
visibility:hidden;        	
background-color: #5f7367;		
color: white;		
width: 200px;       	
border-style: solid;		
border-color: #213138;        	
border-width: 0px;		
padding: 2px;		
font-size : 80%;       	
font-family:Book Antiqua, Georgia, Times New Roman, Times, serif;	
font-weight: normal;       	
line-height: 14px;
}