body { 
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
}

table { 
font-family: Arial, Helvetica, sans-serif; 
list-style-type: square; 
color: #666666; 
}

p, td {
font-size: 90%; 
}

h2 {  
font-size: large; 
color: #333333
}

.small { 
font-size: xx-small; 
}

.big { 
font-size: 120%; 
}

li { 
list-style-type: square; 
font-weight: bold; 
}

a:link { color: #333333; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #FFFFFF; background-color: #333333; }


