.darktitle {
	font-size:11px;
	font-weight:700;
	font:trebuchet MS;
	color:white;
  background-color:605395;
}
.lighttitle{
	font-size:11px;
	font-weight:700;
	font:trebuchet MS;
	color:white;
  background-color:A093C8;
}

.bluetext{
  color:605395;
  font-family: Trebuchet MS, Times New Roman;
  font-size: 12px;
  font-weight:bold;
  text-decoration:underline;
  }

.blue{
	background-color:605395;
}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
	
a:link {color:605395;}
a:visited {color:605395;}
a:hover {background-color:C7BFDE;}
