﻿/* generic body */
body {
    font-family:arial;
    color: WHITE;
    background-color: BLACK; }

/* for links */

a.nounderline:link    { color: WHITE; text-decoration: none;} 
a.nounderline:visited { color: WHITE; text-decoration: none;}
a.nounderline:hover   { color: CYAN;  text-decoration: none;} 
a.nounderline:active  { color: CYAN;  text-decoration: none;} 

a.withunderline:link    { color: WHITE; } 
a.withunderline:visited { color: WHITE; }
a.withunderline:hover   { color: CYAN;  } 
a.withunderline:active  { color: CYAN;  } 

a.withunderlineAllWhite:link    { color: WHITE; } 
a.withunderlineAllWhite:visited { color: WHITE; }
a.withunderlineAllWhite:hover   { color: WHITE; } 
a.withunderlineAllWhite:active  { color: WHITE; } 

a.withunderlineAllCyan:link    { color: CYAN;  } 
a.withunderlineAllCyan:visited { color: CYAN;  }
a.withunderlineAllCyan:hover   { color: CYAN;  } 
a.withunderlineAllCyan:active  { color: CYAN;  } 

/* for images */

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

/* headers for images */
h2 { 
   position: absolute; 
   bottom: 0; 
   left: 0; 
width: 100%;
   font: bold;
   font-size: 200%;
   color: #996600;
}

h3 { 
   position: absolute; 
   bottom: 0; 
   left: 0; 
width: 100%;
   font: bold;
   font-size: 90%;
   color: #996600;
}

/* regular headers */
h4 { 
   font: bold;
   font-size: 90%;
}

