BODY
{
	background-color: #fffdfe ;
	color: #000020 ;
}

A:link
{
	text-decoration:underline ;
	color: #5b5bff;
}

A:visited
{
	text-decoration:underline ;
	color: #8383c0;
}

A:active
{
	text-decoration:underline ;
	color: #8383c0;
}

A:hover
{
	text-decoration:underline ;
	color: #8383c0;
}

.text
{
	margin-left:50px;
	margin-right:100px;
	line-height: 150%;
}

.font1
{
	color:purple;
	font-weight:bold;
}

h3
{
	color:#FFFFFF;
	background-color:#808080;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}

h4
{
	width: 90%;
	color: #000000;
	background-color: #ffffff;
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 2px;
	padding-right: 0px;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	border-left: #009b4e 20px solid;
	border-right: #009b4e 1px solid;
	border-bottom: #009b4e 1px solid;
	border-top: #009b4e 1px solid;
}

