/* CSS file for photos
   H. Throop 
   15-Nov-2008
   Adapted from gv.css
   
   To use, this file must be placed into the same directory as the index.html file.
*/

/* MAIN BODY: White text on Black BG */

body {
  color: white;
  background-color: black;
  margin-left: 20px;
  margin-top: 10px;
  font: 1em verdana, sans-serif;
}

/* Link colors */

body a:link {
	color: cornflowerblue;
}

body a:active {
	color: lightsalmon;
}

body a:visited {
	color: lightsalmon;		/* visited links: light grey */
}


/* MAIN */

/* H1: Largest (but not used in photo2web) */

h1 {
  font: 4em georgia;
  color: #FFFFCC;  /* light yellow */
}


/* H2: Main title for photo2web */

h2 {
  font: 3em palatino;
  color: #FFFFCC;   /* light yellow */
}

/* H3: Section dividers */

h3 {
  font: 1.5em palatino;
  color: #FFFFCC;   /* light yellow */
}

/* P: Main Paragraph body text */

p {
	font: 1em ;
}
