


body {
	background-image: url(../images/background_gradient.jpg); 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1,h2,h3, h4,h5,h6,h7,h8{
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 85%;
}

h2 {
	font-size: 110%;
	color: #990000;
	font-weight: bold;
	
}

h3 {
	font-size: 85%;
	font-weight: bold;
}
h4 {
	font-size: 85%;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
h5{
	font-size: 125%;
	font-weight: bold;
	color: #006600;
	
}
h6{
	font-size: 100%;
	font-weight: none;
	color: #000000;
	
}
#h7{
	font-size: 175%;
	font-weight: bold;
	color: #006600;
	
	
}
#h8{
	font-size: 175%;
	font-weight: bold;
	color: #990000;
	letter-spacing: 0.1cm;
		
}

a:link {
	color: #006600;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #990000;
}

a:visited {
	color: #006600;
	text-decoration: none;
}




