body {
   font-family: Arial;
   background-color: #000000; 
   font-size: 8pt; }

A:link {color:blue}
A:visited {color:blue}
A:hover {color:red}
A:active {color:blue}

td { font-size: 10pt; }

p { font-size: 10pt; }

hr { color : Blue; }

.title {
   font-size: 28pt;
   letter-spacing: 0px;
   color: #FFFFFF; }

.menu {
   font-size: 10pt;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #770077;
   text-decoration: none; 
}
A.menu:link {color:white}
A.menu:visited {color:white}
A.menu:hover {color:yellow}
A.menu:active {color:white}

.menu_highlight {
   font-size: 10pt;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #CC00CC;
   text-decoration: none; }
A.menu_highlight:link {color:white}
A.menu_highlight:visited {color:white}
A.menu_highlight:hover {color:yellow}
A.menu_highlight:active {color:white}

.submenu {
   font-size: 10pt;
   font-weight: normal;
   color: #FFFFFF;
   background-color: #000099;
   text-decoration: none; }
A.submenu:link {color:white}
A.submenu:visited {color:white}
A.submenu:hover {color:yellow}
A.submenu:active {color:white}

.submenu_highlight {
   font-size: 10pt;
   font-weight: normal;
   color: #FFFFFF;
   background-color: #0000EE;
   text-decoration: none; }
A.submenu_highlight:link {color:white}
A.submenu_highlight:visited {color:white}
A.submenu_highlight:hover {color:yellow}
A.submenu_highlight:active {color:white}

.essay_title {
   font-size: 16pt;
   font-weight: bold;
   color: #000099; }

.times {
   font-family: Times New Roman; }

.new {
   font-size: 12pt; 
   font-weight: bold; 
   color: red; }

.heading {
   color: white; 
   font-weight: bold;
   font-size: 12pt; }

.quote {
   background-color: #000000; 
   color: white; }

.video {
   background-color: #000000; 
   font-family: Trebuchet MS;
   color: white; 
   font-size: 9pt; }

.cartoon {
   background-color: #000000; 
   font-family: Trebuchet MS;
   color: white; 
   font-size: 9pt; }

.issues {
   background-color: #e0ffff; 
   font-family: Trebuchet MS;
   font-size: 8pt;
   color: white; 
   overflow: auto ; }

.resources {
   background-color: #e0ffff; 
   font-family: Trebuchet MS;
   font-size: 8pt; 
   overflow: auto ; }

.schedule {
   background-color: #e0ffff; 
   font-family: Trebuchet MS;
   font-size: 9pt; }

.news {
   background-color: #e0ffff; 
   font-family: Trebuchet MS;
   font-size: 8pt; 
   overflow: auto ;}

.white {
   background-color: #FFFFFF; 
   overflow: auto ; }

@media print {
  #scfamenu, #scfalogo, #scfaau {
    display:none;
  }
  #scfatitle {
    margin-left:0px;
  }
  #print_div {
    display:inline;
    background-color: #FFFFFF; 
    overflow: visible;
    clip: auto;
  }
}
