/* CSS Document */

a:link {
color: #660000;
text-decoration: none;
font-weight: bold;
}

a:visited {
  color: #660033;
  text-decoration: none;
  font-weight: bold;
}


a:hover {
color: #000099;
text-decoration: none;
font-weight: bold;
}

a:active {
color: #FF0000;
text-decoration: none;
font-weight: bold;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

