
body, input, TD, select, TABLE, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.qty { 

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
}

.liq { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	color: white;
	background: red;
	padding: 1px 3px;
}

.heading {  
	font-family: Verdana, Arial; 
	font-size: 14px; 
	font-weight: bold; 

}

.pageheader {
	font: italic bold 20px Verdana, Arial;
}

.header {  
	font-family: Verdana, Arial; 

	font-size: 30px; 

	font-weight: bold;
	color: white;
	background: 0000FF;
}

.error {  

	font-family: Verdana, Arial; 

	font-size: 10px; 

	font-weight: normal; 

	color: red

}

a:link {
	color: black;
	font-weight: bold;
	font-family: Verdana;
}

a:visited {
	color: black;
	font-weight: bold;
	font-family: Verdana;
}

a:hover {
	color: blue;
	font-weight: bold;
	font-family: Verdana;
}
.search { color: white; text-decoration: none;
	background-color: blue;
	border: 3px ridge silver;
	font: bold 12px Verdana;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.href:link { color: white; text-decoration: none;
	background-color: #2f4eff;
	border: 3px ridge silver;
	font: bold 10px Verdana;
	display: block;
	width: 110px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.href:visited { color: white; font-weight: bold; text-decoration: none;
	background-color: #2f4eff;
	font-size: 10px;
	border: 3px ridge silver;
	width: 110px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.href:hover { color: white; font-weight: bold; text-decoration: none;
	background-color: #ff6807;
	border-spacing: 3px outset black;
	border: 3px outset silver;
	font-size: 10px;
	width: 110px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.href:active {
	font-size: 10px;
	font-weight: bold;
	border: 3px inset silver;
	border-spacing: 1px;
	background-color: blue;
	color: white;
	width: 110px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.smallheading{

	font-family : Verdana, Arial,sans-serif ;

	font-size : 10px;

	font-weight :bold;	

}