#tabs {
 border-bottom: .1em solid #03c;
 margin: 0;
 padding: 0;
 }
 #tabs li { 
 display:inline; 
 border-top: .1em solid #03c;
 border-left: .1em solid #03c;
 border-right: .1em solid #03c;
 font-weight : bold;
 background-color : #FAF0E6;
 padding-left: 0.25em;
 padding-right: 0.25em;
 padding-top: 0.25em;
 }
 #tabs li a {
 text-decoration: none;
 padding: 0.25em 1em;
 color: #000;
 } 

#maincontent {
 font-size : 12px;
}


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

td {
	font-size : 12px;
        padding : 0.25em;
}

tr {
	text-align : center;
}

div tr {
	text-align : left;
}

table {
	width : 700px;
	
}
