html, body {
margin: 0;
padding-left: 3px;
padding-right:3px;
background: #FFFFCC;
color: #000;
font-family: Arial, Verdana, sans-serif;
}

a{text-decoration:none;color:red;}
a:hover {text-decoration:underline;}


h1{font-size: 110%;margin-bottom:5px;margin-top:5px;}
h2{font-size: 130%;margin-bottom:5px;margin-top:5px;}


.text{ background: #feb;padding:3px; font-size: 80%;}
.text a { font-weight: bold }
.text a:hover {font-size: 90%;}

.hit{font-size:90%;text-align:left;padding:3px;}
.hit a{font-weight:bold; font-size:105%}


#table1{
background: #fea;
font-size: 80%;
border: 2px solid #ed7;
}
#table1 a{
font-weight: bold
}
#table1 a:hover{
font-size: 110%;
}


#table2{
padding:0;
width:100%;
border-collapse:collapse;
}
#table2 tr{
background: #feb;
padding: 4px;
padding-top:1px;
 font-size: 75%;
}
#table2 td{
text-align:center;
border: 1px solid #ec7;
}
#table2 th{
border: 1px solid #ec7;
}
