/* CSS Document */

@import url("divs.css");

body	{
	background-color:#FFFFFF;
	color: #000;
	margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000066;
}

a:link		{color:#000066; text-decoration:underline}
a:visited	{color:#771551; text-decoration:underline}
a:active		{color:#771551; text-decoration:underline}
a:hover		{color:#000000; text-decoration:underline}


.h1	{
	font-size:130%; 
	color:#000066; 
	margin-top: 0px; 
	margin-bottom: 5px;
	}
	
.h2	{
	font-size:110%;
	color:#000066;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}
	
.small	{
	font-size:10px;
	}
.hygi	{
	font-size:14px;
	font-weight: bold;
	}

