

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
   overflow: -moz-scrollbars-vertical;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}
a:hover {
	color: #4EBF37;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

