A {
	color: red;
	text-decoration: underline;
	}
A:hover {
	color: black;
	}

A.topmenu {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	letter-spacing: -1px;
	}

A.topmenu:hover {
	color: #00FF00;
	}

A.midmenu {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	letter-spacing: -1px;
	}

A.midmenu:hover {
	color: #00FF00;
	}

A.botmenu {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	letter-spacing: -1px;
	}

A.botmenu:hover {
	color: #00FF00;
	}

TD {
	font-family: arial;
	font-size: 13px;
	}

.cr {
	font-size: 10px;
	color: #0D491D;
	}

.color1 {
	background:#ffb539;
	}
	
.color2 {
	background:#ffff39;
	}
	
.color3 {
	background:#7bff7b;
	}
	
.color4 {
	background:#de5aff;
	}
	
.color5 {
	background:#7bffff;
	}
	
.color6 {
	background:#ff3939;
	}
.bottomBorder {
	border-bottom:#000000 1px solid;
	}