/*
  Stylesheet for sharks.csir.co.za
  Developed by Derek Hohls
  &copy; CSIR, 2003
*/

body, .subhead, .mainhead, .comment, p, ul, li, a, td {
  color : white;
  font-family : Tahoma,Arial,Helvitica,SanSerif;
  text-align :  left;
  font-size : 16;
  background : #34CFFF; /* rich blue */
}  

/****** Text ******/

h1,h2,h3,.subhead,.mainhead {
  font-family : Arial,Helvitica,SanSerif;
  text-align : left;
  font-style : bold;
}

h1, .mainhead {
  color : black;
  font-size : 48; 
  text-align : center;
}

h2, .subhead {
  font-size : 36;
}

p {
  text-align : left;
  font-size : 14;
}  
  
.comment {
  font-size : 11;
  font-style: italics;
  text-align : center;
}  
  
/***** Links ******/

a:link {
  color : white;
  text-decoration : underline;
}

a:visited {
  color           : #996666; 
  text-decoration : underline;
}

a:hover {
  color : #000000;
  text-decoration : underline;
}  
