/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

body
	{
	font: 12 pt verdana, arial;
	color:#336633;
	font-weight:bold
	
	}
	
h1
	{
	font: 24pt verdana, arial;
	margin: 0;
	}

h2
	{
	font: 18pt verdana, arial;
	margin: 0;
	}

h3
	{
	font: 12pt verdana, arial;
	margin: 0;
	}
	
a.tinylink
	{
	color: #00008b;
	font: 8pt verdana, arial;
	text-decoration: underline;
	}

a.link
	{
	color: #336633;
	text-decoration:underline;
	background-color:#D0BC91
	}

a.link:hover
	{
	color: #009900;
	text-decoration: underline;
	background-color:#CCCC99
	}	
