BODY 
{
	 font-family : "Arial", Times;
   color : black;
   background : white;
   background-image : url(/images/background.jpg);
   background-attachment: fixed;
   font-size:14pt;
}
t
table,tr,td,th 
{
   font-family : "Times New Roman", Times;
   font-size:14pt;
}

A:visited {  color : purple;}
A:link { color : blue;  }
A:active {  color : red;}

H1 {
	text-align: center;
	font-weight:bold;
	font-size:x-large;
}
H2 {
	text-align:center;
	font-weight:bold;
	font-size:large;
}
table .standard {
  background: #e8cc94;
  color: black;
  font-size:14pt;
}

.productName {
  font-size:larger;
  font-weight: bold;
  text-align:center;
}


.YellowButton {
	background :#e8cc94;
	border :outset #e8cc94; 
	border-width:1px;
	font-weight:bold;
	text-align:center;
	padding:1px;
	padding-top:3px;
}
