html, body {
		margin: 0; padding: 0;
		overflow: auto;
		}

	body {
	background-color: #FFFFFF;
	background: White url(gui/bg.png) repeat-x;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

A {
	font-family: Verdana;
	font-size: 10px;
	color: Green;
	text-decoration: none;
}

A:Hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}

p {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	display: inline;
}
 
h1 {
	font-family: Verdana;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
	display: inline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	font-weight: 900;
	display: inline;
}

h3 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	display: inline;
}
 
h4 {
	font-family: Verdana;
	font-size: 11px;
	color: #006600;
	font-weight: bold;
	display: inline;
}
 
h5 {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	display: inline;
}
 
 
 hr {
	color: #006600;
}
 
 
 
