a
{
text-decoration: none
}


a:hover {color: #FF00FF}

a:active {color: #0000FF}

.ind10
 {
	margin-left: 10px;
}

h3 {
	margin-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
.border {
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-width: thin;
	border-top-color: #990000;
}
.border4 {
	border: solid #CC6600;
}
