/* Netscape 4 doesn't inherit from the body class so we need to
   specify everything. */
body, table, td, p, span, ul{
  color: black; 
  font-size: 10pt; 
  font-family: sans-serif;
}

td {


}
textarea#seqSrc {
    color: black;
    font-size: 10pt;
    font-family: tt;
}

h1 { font-size: 16pt;
  font-weight: bold;
  font-family: sans-serif
}

h1.headline { color: #003366;
  line-height: 200%;
  font-size: 16pt;
  font-weight: bold;
  font-family: sans-serif
}

h2 { font-size: 13pt;
  font-weight: bold;
  font-family: sans-serif
}

h2.headline {
  color: #003399;
  line-height: 150%;
  font-size: 13pt;
  font-weight: bold;
  font-family: sans-serif
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  font-family: sans-serif
}

a.menu { 
	display:block; 
	border-style:solid; 
	border-width:1px;
  	border-top-color:white; 
	border-right-color:white;
	border-bottom:none; 
	border-left:none; 
}

a.menu:link { color: #000000; text-decoration:none; font-weight:bold; 
}

a.menu:hover
{ color: #000000; text-decoration:none; font-weight:bold; }

a.menu:active
{ color: #000000; text-decoration:none; font-weight:bold; }

a.menu:visited
{ color: #000000; text-decoration:none; font-weight:bold; }
/*
<%init>
 $r->content_type('text/css');

 # For some reason IE seems to make fonts look bigger.
 my $font_size = "10pt";
 $font_size = "8pt" if $r->header_in("User-Agent") =~ m/MSIE/;
</%init>
<%flags>
 inherit => undef
</%flags>
*/

