/* Layout */

@import url(layoutstyle.css); 

/* General */

BODY {
	MARGIN: 0px; COLOR: black; BACKGROUND-COLOR: white; TEXT-ALIGN: center
}

A:link {
	COLOR: navy; TEXT-DECORATION: none
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline
}
A:visited {
	COLOR: purple; TEXT-DECORATION: none
}
.navyblue {
	COLOR: navy
}

h1 {  font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.25em; 
		font-style: normal; 
		font-weight: bold; 
		color: #2f4f4f; 
		}

h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: medium; 
		font-style: normal; 
		font-weight: bold; 
		color: #2f4f4f }
						
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 0.9em; 
			font-style: normal; 
			font-weight: bold; 
			text-transform: uppercase; 
			text-indent: 1.5em; 
			letter-spacing: .2em; color: #2f4f4f }
