@charset "utf-8";
/* CSS Document */

A:link {text-decoration: underline; color: #06F;}
A:visited {text-decoration: underline; color: #06F;}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: #F01A32;}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.name {
	color: #F01A32;
}
.description {
	font-weight: bold;
}
.price {
	float:right;
}
#main2 td{
   text-align: left;
   padding:10px;
}

#cent td{
	text-align: center;
	padding:0px;
   
}
.headertext {
	font-size: 14px;
}
