/*
 * Biology02 Web Site CSS Style Sheet
 *
 * Author: Pierre Berthier
 *
 */
 
BODY 
{ 
 color: black; 
 background: white;
 font-family: Verdana, helvetica, sans-serif;
 font-size: x-small;
}


A:link    { color: #006 }   /* for unvisited links */
A:visited { color: #006 }   /* for visited links */
A:active  { color: red  }    /* when link is clicked */
A:hover   { color: #006 }

CODE, PRE
{
 font-family: courier, monospace;
}

H1, H1 A, H1 A:visited, H1 A:link
{ 
 color: red;
 text-decoration: none;
 font-size: xx-large;
 font-weight: bold;
}

H2, H2 A, H2 A:visited, H2 A:link
{
 color: black;
 text-decoration: none;
 font-size: x-large;
 font-weight: bold;
}

H3, H3 A
{
 color: #006;
 font-size: large;
 font-weight: bold;
 line-height: 2;
}

H4, H4 A
{
 color: #006;
 font-size: medium;
 font-weight: bold;
}

H5, H5 A
{
 font-size: small;
 font-weight: bold;
}

H6, H6 A
{
 font-size: x-small;
 font-weight: bold;
}

DL DT
{
 font-weight: bold;
}

DL DD
{
 font-weight: normal;
}


.RED   { color: red }
.BLUE  { color: #006}
.BLACK { color: black }
.CUTEBLUE { color: #69F }
.GREY { color: silver; }

.BGBLACK { background-color: black; }
.BGWHITE { background-color: white; }
.BGCUTEYELLOW { background-color: #FFC; }

.HIGHLIGHTED
{
 background-color : red;
 color : #DADADA;
 font-weight: bold;
}


.SPACED
{
 margin-bottom: 4px;
}
