/* Mike Continos web site style sheet */

body
{
    background-color: #FFFFFF;  /* white background*/
    color:#000000               /* black general text */  
}   

a:link {color: #000000}      /* Black */
a:visited {color: #0000A0}   /* Blue */
a:active {color: gold}       /* Yellow */


