/* CSS Document */

/*********************/
/* BASIC STUFF */
/*********************/

html
{
  overflow-x: auto;
  overflow-y: scroll;
}


body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.70em;
	padding: 0;
	background-image: url(images/bg.gif);
	
}

a:link, a:visited {
	color: #000;
	border-bottom: dashed 1px #333;
	text-decoration: none;
	background-color: #fff;
}

a:hover {
	color: #CC0000;
	background-color: #eee;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}

h1 { 
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 2.7em;
	font-style: normal;
	background-color: #006600;
	}


h2 { 
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 1.8em;
	font-style: normal;
	background-color: #006600;
	}