DIV.box
{
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	background-color: #F2E6FF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
DIV>FIELDSET 
{
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px
}	
h1 
{
	margin-top: 1;
	margin-bottom: 1;
}
a 
{
	text-decoration: none;
	font-weight: bold;
	color: Blue;
}

a:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #006400;
}

a.bb 
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

