/* custom styles */

.bodytext{ 
	font-size: 11px; 
	line-height: 16px; 
	word-spacing: 1px;
	color: #000000; 
	font-family: times new roman, times, serif;  
}

.smallhead{
	font-size: 13px; 
	line-height: 18px; 
	color: #000000;
	font-family: times new roman, times, serif;  
}

.mediumhead{ 
	font-size: 15px; 
	line-height: 20px; 
	color: #000000; 
	font-family: times new roman, times, serif;  
}

.largehead{ 
	font-size: 19px; 
	line-height: 26px; 
	color: #000000; 
	font-family: times new roman, times, serif;  
}

.extralargehead{ 
	font-size: 21px; 	
	line-height: 21px; 
	color: #000000; 
	font-family: times new roman, times, serif;  
}

.huge{ 
	font-size: 100px; 
	line-height: 90px; 
	color: #000000; 
	font-family: times new roman, times, serif;  
}

.daysbuttons{ 
	font-size: 10px; 
	line-height: 8px;
	color: #000000;
	word-spacing: 3px; 
	font-family: times new roman, times, serif;
}

.link{ 
	font-size: 11px; 
	line-height: 16px;
	word-spacing: 1px;
	color: #000000; 
	text-decoration: none;
	color: #990000
	font-family: times new roman, times, serif;

}

/* anchor styles */

a:link{
	text-decoration: none;
	color: #990000 
}
 
a:active{
	text-decoration: none 
}
 
a:visited{ 
	text-decoration: none; 
	color: #999999 
}

a:hover{
	text-decoration: none; 
	color: #666666
}

/* image styles */

.border{
	border-color: #000000; 
	border-width: 1px 
}

.noborder{ 
	border-width: 0px 
}

/* general styles */

p{
	margin-bottom: 10px;
	margin-top: 0px;
}

 