 a:link {color: #cc0000;text-decoration: none;}
 a:hover {color: none;text-decoration: underline;}
 a:visited {color: #990000;text-decoration: none;}
 a:visited:hover {text-decoration: underline;}
 
 .purple a:link {color: #663399;text-decoration: none;}
 .purple a:hover {color: none;text-decoration: underline;}
 .purple a:visited {color: #663366;text-decoration: none;}
 .purple a:visited:hover {text-decoration: underline;}
 
 body, td {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #330066;
 }
 
  .credit {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #cccccc;
 }
 
 .border {
	color : #330066;
	font-size: 11px;
	border-top : 0px;
	border-bottom : 1px;
	border-left : 1px;
	border-right : 1px;
	border-top-style : solid;
	border-top-color : #000000;
	border-left-style : solid;
	border-left-color : #330066;
	border-right-style : solid;
	border-right-color : #330066;
	border-bottom-style : solid;
	border-bottom-color : #330066;
	padding-left : 10px;
	padding-right :15px;
	padding-top : 0px;
	padding-bottom : 10px;
}

 .title {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #330066;
 font-weight: bold;
 }
