body {
color: #000000; 
background-color: #efefef; 
padding: 0px;
margin: 10px;
}
 
a:hover {
color: red; 
background-color: transparent; 
text-decoration: underline; 
}
 
a {text-decoration: none;}

table {background: #fff;
padding: 2px;
margin-left: auto;
margin-right: auto;}


th {border-style: none;}

td {
color: black; 
background: transparent; 
font-size: 10px; 
line-height: 12px; 
font-family: verdana, helvetica, sans-serif; 
} 

.indexfont{
color: black;
background: transparent;
font-size: 9px;
line-height: 10px;
font-family: Verdana, Arial, helvetica, sans-serif, times;
} 


.mainfont {
color: black; 
background: transparent; 
font-size: 12px; 
line-height: 14px; 
font-family: Verdana, Arial, helvetica, sans-serif, times; 
} 

.r {text-align: right;}
.l {text-align: left;}
.c {text-align: center;}

.readable {width: 720px;
padding: 10px;
text-align: left;
color: black; 
background: transparent; 
font-size: 12px; 
line-height: 14px; 
font-family: Verdana, Arial, helvetica, sans-serif; 
margin-left: auto;
margin-right: auto;
background: white;}

