body {
	color: #000000;
	background-color: #ffffff;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	}

a:link {
	color: #000000;
	background-color: transparent;
	}

a:visited {
	color: #000000;
	background-color: transparent;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

a:active {
	color: #d7006c;
	background-color: transparent;
	}

.black a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}
	
.black a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}

.black a:hover {
	color: #000000;
	text-decoration: underline;
	}

.brown a:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	}

.brown a:link {
	color: #51260B;
	background-color: transparent;
	text-decoration: none;
	}

.brown a:visited {
	color: #51260B;
	background-color: transparent;
	text-decoration: none;
	}

.brown a:hover {
	color: #51260B;
	text-decoration: underline;
	}

.brown a:active {
	color: #51260B;
	background-color: transparent;
	text-decoration: none;
	}
	
.blue a:link {
	color: #009DD9;
	background-color: transparent;
	text-decoration: none;
	}

.blue a:visited {
	color: #009DD9;
	background-color: transparent;
	text-decoration: none;
	}

.blue a:hover {
	color: #009DD9;
	text-decoration: underline;
	}

.blue a:active {
	color: #009DD9;
	background-color: transparent;
	text-decoration: none;
	}

.magenta a:link {
	color: #FF0066;
	background-color: transparent;
	text-decoration: none;
	}

.magenta a:visited {
	color: #FF0066;
	background-color: transparent;
	text-decoration: none;
	}

.magenta a:hover {
	color: #FF0066;
	text-decoration: underline;
	}

.magenta a:active {
	color: #FF0066;
	background-color: transparent;
	text-decoration: none;
	}
	
.orange a:link {
	color: #FF7200;
	background-color: transparent;
	text-decoration: none;
	}
	
.orange a:visited {
	color: #FF7200;
	background-color: transparent;
	text-decoration: none;
	}

.orange a:hover {
	color: #FF7200;
	text-decoration: underline;
	}

.orange a:active {
	color: #FF7200;
	background-color: transparent;
	text-decoration: none;
	}

.description {
	color: #FFFFFF;
	background-color: FF0066;
	text-decoration: none;
	line-height: 12px;
    }