/* This is the default style sheet for gpd.sdf-eu.org/
 * Desgin (c) 2006, Gavin Duley
 */

body {   
       background-color: #000000; 
       /*background-position: 1.5cm 0.5cm;
       background-repeat: no-repeat;*/
       color: #ffffff;
       font-family: Arial;
}

/* the headers */
h1,h2,h3,h4 { 	 
		text-align: left; 
		font-family: Arial;  
		
	}
h1 { color: #ffffff; }
h2,h3,h4 { color: #ffffff; }
h5 { text-align: right; font-family: Times; }

/* p styles, li styles */
p,p2,table { color: #ffffff; font-family: Arial; }
table2 { background-color: #cad2d7;}
table3 { background-colour: #000000; }
p { text-align= left;}
p2 {  text-align: right; }
li { color: #FFFFFF; text-align: left; font-family: Arial; }

/* classes of 'p' */
.mynotes { color: cad2d7; font-size: x-small; }
.mono { background-color: #000000; font-family: Courier; color: #7CFC00; }
/* next one is redundant
.tt { color: white; font-family: Times; font-size: 15; } */

/* some table stuff. More also hidden in with p styles */
table { border: 0px solid black; }


/* make the links pwetty */
a:link { color: #585b85; }
a:visited { color: #6c5276; }
a:hover { color: #8d92d2; }


