p.header {font-family:Arial; font-size:12pt; font-weight: bold; color: purple }
h3 {  font-family:Comic Sans MS; font-size:14pt; color:#9932cc;  text-align:center; background: transparent;  font-weight: bold; }

/*
<link rel="stylesheet" type="text/css" href="styles.css"/>
<p class=header>header text</p>

body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
a:link {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;

}
a:hover {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #D1D5DE;
}
a:visited {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;

}
td, textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.tableDetail {
	font-size: 10px;
}
*/