.eggplant {
  Color: #660066;
}

.mango {
  Color: #FFCC00;
}

.banana {
  Color: #FFFF99;
}

.cream {
  Color: #FFFFCC;
}

.olive {
  Color: #546501;
}

span.bold {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #660066;
	font-size: 13px;
}

span.mono {
	font-family: monospace;
	font-size: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

.mono {
	font-family: monospace;
	font-size: 12px;
}

body {
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	word-spacing: 0;
	text-indent: 0;
	line-height: 100%;
}

table {
	font-family: Trebuchet MS;
	font-size: 12px;
	width: 800px;
	background-color: #FFFFCC;
	border-collapse: collapse;
	line-height: 150%;
}

td {
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 6px;
	text-align: left;
}

th {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
	vertical-align: middle;
	background-image:url('images/table_header.gif');
	background-repeat:repeat-x;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #660066;
	margin-top: 0;
	margin-bottom: 0;
}

a:link {
	color: #660066;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #666600;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #666600;
	font-weight:bold;
	text-decoration: underline;
}

a:active {
	color: #666600;
	font-weight:bold;
	text-decoration: underline;
}