﻿BODY

a:link       { font-size:8pt; color: blue; font-family: Comic Sans MS; text-decoration: 
               underline }
a:visited    { font-size:8pt; color: blue; font-family: Comic Sans MS; text-decoration: 
               underline }
a:active     { font-size:8pt; color: blue; font-family: Comic Sans MS; text-decoration: 
               underline }
a:hover      { font-size:8pt; color: green; font-family: Comic Sans MS; text-decoration:
               none }

.background  {
	background :#c3daf9;
	border : 2px solid #111111;
	         }

.heading   {
	border : 1px solid #000000;     
	background :#Fcf4df ;
             }
             	         
.main_heading    {
	border : 1px solid #000000;     
	background :navy ;
             }

.main_links  { 	
    border : 1px solid #000000;     
	background :#F3F4C3 ;
             }
                    
.main_body    {
	border : 1px solid #000000;
	background : #E7E7E7;
             }
.session_box  { 	
    border : 1px solid #000000;     
	background :#99ccff;
             }

.styleblack {
    font-family: "Comic Sans MS"; 
    color: #111111;
    font-size: 9pt;
}

.styleblack1 {
    font-family: "Comic Sans MS"; 
    color: #111111;
    font-size: 8pt;
}


.styleblue {
    font-family: "Comic Sans MS"; 
    color: #003399;
    font-size: 9pt;
    font-weight: bold;
}

.stylered {
   font-family: "Comic Sans MS"; 
    color: #FF0000;
    font-size: 9pt;
    font-weight: bold;
}