.verticalYellow {  
	font-family: "Courier New", Courier, mono; 
	font-size: 15px; 
	writing-mode: tb-rl;
	filter: flipv fliph;
	color: #cc9900
}

.red {  
	color: #ff0000;
	font-size: 15px; 
	background: #000000; 
	font-family: "Billboard","Trixie","Courier New", Courier, serif; 
	text-align: left; 
	height: 30px;
	vertical-align: middle;
}

.red:link {  
	color: #ff0000;
	height: 30px;
	vertical-align: middle;
}

.red:hover {  
	color: #ffaaff;
	font-size: 20px; 
	height: 30px;
	vertical-align: middle;
}

.red:visited {  
	color: #ff0000;
	height: 30px;
	vertical-align: middle;
}

.red:active {  
	height: 30px;
	color: #ff0000;
	vertical-align: middle;
}

.pageLinkYellow {  
	background: #000000; 
	color: #0888c0;
	font-size: 20px; 
	font-family: "Billboard","Trixie","Courier New", Courier,  serif; 
	height: 20px;
	text-decoration: none;
	text-align: right; 
}

.pageLinkYellow:link {  
	color: #0888c0;
	text-align: right; 
	text-decoration: none;
}

.pageLinkYellow:active {  
	color: #0888c0;
	text-align: right; 
}

.pageLinkYellow:visited {  
	background: #000000; 
	color: #0777b0;
	text-decoration: none;
	text-align: right; 
}

.pageLinkYellow:hover {  
	height: 20px;
	color: #ffee00;
	text-decoration: none;
	text-align: right; 
}

.green {
	font-family: "Billboard","Trixie","Courier New", Courier,  serif; 
	font-size: 25px; 
	color: #94a325
}

.noDec {  
	text-decoration: none;
}

.noDec:hover {  
	color: #00ff00;
	text-decoration: none;
}

a img {border: none; } 

a.black {
	text-decoration: none;
	font-family: "Courier New", Courier, mono; 
	font-size: 15px; 
	background: #cc5500;
	color: #000000; 
	font-weight: lighter; 
	height: 23px;
	vertical-align: middle;
	width: 150px;
	text-align: left; 
}

a.black:link {
	text-decoration: none;
}

a.black:hover {
	text-decoration: none;
	color: #999999; 
	width: 150px;
}

a.black:visited {
	text-decoration: none;
}

a.black:active {
	text-decoration: none;
}

a:link {color: #000000; text-decoration: underline; border: none;}
a:active {color: #0000ff; text-decoration: underline;  border: none;}
a:hover {color: #ff0000; text-decoration: none;  border: none;}
a:visited {text-decoration: none; color: #000000; border: none;}



