<style type="text/css">
BODY {
	background-color : #ffffff;
	background-repeat: repeat-y; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color : #000088;
	margin: 5px; 
}
table {
	border-width: thin;
	border-spacing: 5px;
	border-style: none;
	border-color: #808080;
	border-collapse: collapse;
	background-color: #faf0e6;
}
table th {
	font-size: xx-small;
	color: black;
	border-width: thin;
	padding: 5px;
	border-style: inset;
	border-color: #808080;
	-moz-border-radius: ;
}
table td {
	font-size: xx-small;
	color: black;
	border-width: thin;
	padding: 5px;
	border-style: inset;
	border-color: #808080;
	-moz-border-radius: ;
}
a:link {
    font-size: xx-small;
    color: black;
    text-decoration: none;
}

a:visited {
    font-size: xx-small;
    color: black;
    text-decoration: none;
}

a:hover {
    font-size: xx-small;
    color: black;
    text-decoration: none;
}
  </style>

