#orderform p, #orderform td , #orderform a {
	color : black;
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
	font-weight : normal;
}
#orderform a {
 	text-decoration : underline;
}
#orderform a:hover {
	color : grey;
 	text-decoration : none;
}
#orderform h1 {
	color : black;
	font-family : verdana,arial,helvetica;
	font-size : 16pt;
	text-align : center;
	font-weight : bold;
}
#orderform h2 {
	color : red;
	font-family : verdana,arial,helvetica;
	font-size : 12pt;
	text-align : center;
	font-weight : bold;
}
#orderform h3 {
	color : navy;
	font-family : verdana,arial,helvetica;
	font-size : 12pt;
	text-align : left;
	font-weight : bold;
	margin : 0 auto 6 0;
}
