

/* content area (not used)*/
.content {
background-color: white;
 padding-left : 20px;
}


/* text styles */
body, td {
font : .8em Arial, Helvetica, sans-serif;
color: #006699;
}

p {
font : .9em Arial, Helvetica, sans-serif;
color: #006699;
}


/* regular links*/	  

a:link {
text-decoration: none;
font : bold 1em Arial, sans-serif;
color: #006699;
}

a:visited {
text-decoration: none;
font : bold 1em Arial, sans-serif;
color: #006699;
}

a:hover {
color: #CC0000;
}


/* content area links (not used) */

a:link.content {
text-decoration: none;
font : bold 1em Arial, sans-serif;
color: blue;
}

a:visited.content {
text-decoration: none;
font : bold 1em Arial, sans-serif;
color: blue;
}

a:hover.content {
color: #6699cc;
}

