/* CSS Document*/

body
	{
	background-image: url('../cnvbkgnd3.jpg');
	}
	
a:link
	{
	color: #3300ff;
	text-decoration: underline;
	font-family: Times;
	font-size: 9.5pt;
	font-weight: bold;
	}

a:visited
	{
	color: #3300ff;
	text-decoration: underline;
	font-family: Times;
	font-size: 9.5pt;
	font-weight: bold;
	}	
	
a:hover 
	{
	color: #ff6600;
	text-decoration: underline;
	font-family: Times;
	font-size: 9.5pt;
	font-weight: bold;
	}

