body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background-image: url(images/background.gif); 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	color: #666666;
	text-align: justify;
	}
	
h2 { 
	font: normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #990000;
	background-color: #CC6666;
   }
	
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #990000;
   }

h5 { 
	font: normal 9pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: white;
   }
	
h6 { 
	font: normal 7pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #990000;
	}
		
a:link {
    font: 8pt/16pt georgia; 
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
	}
a:visited { 
    font: 8pt/16pt georgia; 
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
	}
a:hover, a:active { 
    font: 8pt/16pt georgia; 
	font-weight: bold;
	color: black;
	}

#navigation a {
	display: block;
	background-color: #990000;
	color: white;
	width: 198px;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
}

#navigation a:hover {
	background-color: black;
	color: white;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
