/* CSS Document */

.text{
	line-height:1.5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;	
}
.text:hover{
	color:#CC0000;
}

.links{
	line-height:2;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
.links:hover{
	color:#990000;
}