body { /* basic td tag 12 pixels black text */ 
color : #000000;  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration : none;
}

td { /* basic td tag 12 pixels black text */ 
color : #000000;  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration : none;
}

td.medium { /* basic td class for medium smaller 11 pixels black text */ 
color : #000000;  
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration : none;
}
td.small { /* basic td class for smallest 10 pixels black text */ 
color : #000000;  
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration : none;
}

.smallblack { /* class for smaller 10 pixels black text */ 
color: #000000; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
}

.smallred { /* class for smaller 10 pixels RED text */ 
color: #CC0000; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
}

.bigred { /* class for bigger 26 pixels red text */ 
color: #CC0000; 
font-size: 26px; 
font-family: Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
}

.medred { /* class for medium 18 pixels red text */ 
color: #CC0000; 
font-size: 18px; 
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
}

.medblue { /* class for medium 18 pixels blue text */
color: #0000CC; 
font-size: 18px; 
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
}

.listred { /* Red list text at 12pixel */
color: #FF0000; 
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
}

H1 { /* basic blue headline 20pixel text */
color: #0000CC; 
font-size: 20px; 
font-family: Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
}

H2 { /* basic Red headline 20pixel text */
color: #FF0000; 
font-size: 18px; 
font-family: Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
}

H3 { /* basic Red headline 16pixel text */
color: #FF0000; 
font-size: 18px; 
font-family: Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
}

H4 { /* basic Red headline 16pixel text */
color: #FF0000; 
font-size: 14px; 
font-family: Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
}

a{ /* basic a href tag */
color : #0000FF;
font-family : Arial, Verdana, Helvetica, sans-serif;
}

a:visited { /* basic a href tag visited */
color : #990000;
font-family : Arial, Verdana, Helvetica, sans-serif;
}

a:hover{ /* basic a href tag hover */
color : #FF0000;
font-family : Arial, Verdana, Helvetica, sans-serif;
}
