@charset "UTF-8";
/* CSS Document */

a
{
	color:#F90;
	text-decoration:none;
}

a:hover
{
	color:#F90;
	text-decoration: underline;
}

h1
{
	
	font-size: 13pt;
	color:#333;
	font-weight: bold;
	text-align:left;
	font-family: verdana;
}
