.small {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	color:#CCCCCC;
}
.medium {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
A:link	{	
	text-decoration:	none;
	color:#CCCCCC;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#CCCCCC;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#CCCCCC;
	}
	
.large {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bold; 
	color:#FFFFFF
}
