html, body {
	/*background-color:#EEEEEE;*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	overflow-x: hidden;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

a:link {
	font-size:9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
} 

a:visited {
	font-size:9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
} 

a:hover {
	font-size:9px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
} 

a:active {
	font-size:9px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
