body { color: #08039D; background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px;}
A:link, A:visited { text-decoration: none; color: red}
A:hover { background: silver }
div.box { border: solid; border-width: thin; border-color: silver; width: 550; background-color: #eeeeee; font-size: 10px }

h1 { font-size: 12px; }
h2 { font-size: 18px; }
h3 { font-size: 12px; color: red;}
h4 { font-size: 13px; margin-left: 15%; margin-right: 15%; }
h5 { font-size: 11px; text-decoration: none}
h6 { font-size: 10px; }

table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
      font-size: 12px;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: outset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: outset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}


