/*#############################*/
/*      styles by gavjof       */
/*#############################*/

/*******************************/
/*Begin General HTML Formatting*/
/*******************************/

body {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 84%;
	color: #222222;
	margin: 0px;
	background-color: #CCCCCC;
	text-align:center;
}
h1 {
	font-size: 128%;
	color: #000000;
	line-height: 1em;
}
h2 {
	font-size: 108%;
	color: #000000;
	line-height: 1em;
}
h3 {
	font-size: 100%;
	color: #000000;
	line-height: 1em;
}
p {
	line-height: 1.2em;
}
ul {
	list-style-type: disc;
	color: #000000;
}
acronym {
	cursor: help;
}

/*******************************/
/*Begin CSS Hyperlink Formatting*/
/*******************************/

a:link {
	color: #0A04CC;
	text-decoration: underline;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}

