/* Cascading style sheet for the Cruel Folk web site.

   Version 1.0 Copyright (C) Sean Holden 2009 
*/


body {
    background-color: black;
    color: DarkTurquoise;           
    text-align: center;
    font-family: "Gentium Book Basic", Georgia, Serif;
    font-size: 14pt
}

/* Standard color names: Turquoise, DarkTurquoise, MediumTurquoise, 
   PaleTurquoise 
*/

h1 {
    font-style: italic;
    font-weight: normal;
    font-size: 44pt;
    color: Turquoise
}

h2 {
    font-style: italic;
    font-weight: normal;
    font-size: 26pt;
    color: Turquoise
}

a:link, a:visited {
    color: PaleTurquoise;
    text-decoration: none
}

a:hover {
	color: MediumTurquoise;
	text-decoration: none	 
}

#date {
	color: Lime;
}

td {
    text-align: center;
    vertical-align: middle;	
	}
	

