/* basic elements */
body { 
	font: 10pt  Trebuchet, Verdana, Geneva, Swiss, SunSans-Regular;  
	background: url(background.jpg); 
	}
h1 { 
	font: italic normal 16pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h2 { 
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}	
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: ; 
	text-decoration: none; 
	color: #0000A0;
	}
a:visited { 
	font-weight: ; 
	text-decoration: none; 
	color: #0000A0;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
a.menu:link { 
	font: 8pt Tahoma;
	color: #576057; 
	text-decoration: none;
	letter-spacing: 1px;
	line-height:150% ;
	}		
a.menu:visited {
	font: 8pt Tahoma;
	color: #576057; 
	text-decoration: none;
	letter-spacing: 1px;
	}
a.menu:active {
	font: 8pt Tahoma;
	color: #576057; 
	text-decoration: underline;
	letter-spacing: 1px;
	}
a.menu:hover {
	font: 8pt Tahoma;
	color: #950000; 
	text-decoration: underline; 
	letter-spacing: 1px;
	}
.smalltype {
	color : #696969; 
	font-size : 0.75em; 
	font-family : Trebuchet, Verdana, Geneva, Swiss, SunSans-Regular; 
	text-align : left;
	}
.sidetype {
	color : #666666; 
	font-size : 0.65em; 
	font-family : Trebuchet, Verdana, Geneva, Swiss, SunSans-Regular; 
	text-align : left;
	}