/* website external style sheet */

body {background-color: #FFCCFF;
      margin-top: 25px}

/* paragrah text */ 
p   {font-size:12pt;
     font-family:arial, helvetica;
     font-weight:normal;
     color:#660099} 

/* code text */ 
code {font: 10pt courier, monospace; 
      color:#993366} 

/* headline 4 */ 
h4 {font-family:arial, helvetica;
    letter-spacing:1px; 
    color:#990066}

/* span text */
span {font-size:11pt;
      text-align:center;
      font-family:comic sans ms, arial, helvetica;  
      font-weight:normal; 
      color:#660099}

/* unordered list text */
ul {font-size:12pt;
     font-family:arial, helvetica;
     font-weight:normal;
     color:#660099} 

/* ordered list text */
ol {font-size:12pt;
     font-family:arial, helvetica;
     font-weight:normal;
     color:#660099}

/* linking text */ 
a:link {text-decoration:none; color:#9900CC} 
a:hover {text-decoration:none; color:#FF99CC}




