H2 {  
	font-family: Arial; 
	font-size: medium; 
	color: dimgray;
}
h6 {
	font-size: 12px;
}
.prices {
	float: left;
	height: 80px;
	width: 250px;
}
.buy_section {
	float: left;
	height: 300px;
	width: 250px;
}

.brown {  
	font-family: Arial; 
	font-size: 10px; 
	color: chocolate;
}

td {  
	font-family: Arial; 
	font-size: 12px; 
	color: dimgray;
}

.blue {  
	font-family: Arial; 
	font-size: 12px;
	font-weight:bold; 
	color: #666699;
}

H3 {  
	font-family: Arial; 
	font-size: 14px;
	font-weight:bold; 
	color: #666699;
}

.white {  
	font-family: Arial; 
	font-size: 12px;
	font-weight:bold; 
	color: #FFFFFF;
}

.red {  
	font-family: Arial; 
	font-size: 12px;
	font-weight:bold; 
	color: #FF0000;
}

.red a:link {  
	font-family: Arial; 
	font-size: 12px;
	font-weight:bold; 
	color: #FF0000;
}

.lightblue {  
	font-family: Arial; 
	font-size: 12px;
	color: #666699;
}

.midnightblue {  
	font-family: Arial; 
	font-size: 12px;
	color: midnightblue;
}

.underline {  
	font-family: Arial; 
	font-size: 12px;
	color: midnightblue;
	font-weight: bold;
	text-decoration: underline
}


td.brown {  
	font-family: Arial; 
	font-size: 11px; 
	color: #FF9C63;
}

a:link {  
	font-family: Arial; 
	font-size: 12px; 
	color: #666699; 
	text-decoration: none;
}

a:visited {   
	color: #666699; 
	text-decoration: none;
}

a:hover {   
	color: red; 
	text-decoration: none;
}

a:active {   
	color: red; 
	text-decoration: none;
}

.small {  
	font-family: Arial; 
	font-size: 10px; 
	color: dimgray;
}

.small a:link {  
	font-family: Arial; 
	font-size: 11px; 
	color: midnightblue; 
	text-decoration: none;
}

.small a:visited {  
	font-family: Arial; 
	color: midnightblue; 
	text-decoration: none;
}

.small a:hover {  
	font-family: Arial;  
	color: red; 
	text-decoration: underline;
}

.small a:active {  
	font-family: Arial; 
	color: cornsilk; 
	text-decoration: underline;
}

.bold {  
	font-family: Arial; 
	font-weight: bold;
	font-size: 12px; 
	color: dimgray;
}

.large { 
		font-family: Arial; 	
		font-size: 13px; 
		color: dimgray;
}
