
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px; 
}

table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #faf0e6;
}

table th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
	background-color: #faf0e6;
	-moz-border-radius: ;
}

table td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
	background-color: #faf0e6;
	-moz-border-radius: ;
	font-size: 12px; 
}

a{font-size:12pt;text-decoration:underline;font-weight : bold;}
a:link { text-decoration:underline; font-weight:bold; color:#000000; }
a:visited { text-decoration:underline; font-weight:bold; color:#000000; }
a:hover { text-decoration:underline; font-weight:bold; color:#804000;}
a:active { text-decoration:underline; font-weight:bold; color:#804000;}

.button {
	padding:0;
	margin:0;
	width:60px;
	font-size:10px;
	border: 1px solid #333333;
	background-color: #cccc00;
	color:#000000;
	}
