@CHARSET "UTF-8";
h1{
	font-size: 12px; 
	font-weight:bold;
	color:#FF5F06;
}

h2{
	font-size: 12px; 
	font-weight: bold;
}

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
}

a:link, A:visited, A:active, A:hover { 
	text-decoration: underline; 
	color: #FF5F06; 
}
