.error
{
	color:Red;
}

.searchbox
{
	background-color: #DCEFE9;
	padding: 10px;
	height: auto;
	width: 600px;
	border: thin dashed #637572;

}

.sitename, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #613053;
}

.purpletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #613053;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #613053;
}


a:link {color : #613053;}

a:visited {color : #613053;
	text-decoration: underline;}

a:hover {color : #8C3570;
	text-decoration: none;}

a:active {color : #613053;
	text-decoration: none;}
