html, body, blockquote, pre, abbr, acronym, address, code,
em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-align: left;}
/* Unordered lists for good not evil */
ul {
	list-style: none;} 
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td{text-align: left; font-weight: normal; }

/* Remove annoying border on linked images. */

a{color:#3b5998; text-decoration: none;  }
a:hover{color: #b04505;text-decoration: none;}
body { 
   font-size: small;
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
* html body{
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}	


/* for pricelist */
#pricelist{
background-color: white;
}
.pricetitle{
		font: bold 18px "Times New Roman", Times, serif;
		text-align: center;
		margin-left: 200px;
		padding-top: 20px;
}
.pricehead{
	font: bold 14px "Times New Roman", Times, serif;
}
.pricetext{
	font: 11px "Times New Roman", Times, serif;
}
.price-emp{
	font: italic bold 14px "Times New Roman", Times, serif;
}
/* end pricelist */

