
/* Wee Swee Teow Style sheet */

BODY { 
	 background-color: black;
	 background-image: none;
	 color: white;
	 margin-left: 5;
	 margin-rigth: 5
	 }

BODY.navbar { 
	 background-color: black;
	 background-image: none;
	 color: white }

H1 { font: 30px Garamond; color: silver}

#H1:first-letter { font-size: 150% }

H2 { font: bold 200% Garamond; color: teal }

H3 { font: bold 120% Arial sans-serif; color: silver }
H4 { font: italic 90% Arial sans-serif }

P { font-family: Arial } 
TD { font-family: Arial } 
LI { font-family: Arial } 

A:link    { color: #00C0C0 }
A:active  { color: blue }
A:visited { color:  #dbe5f5 }

DIV.navbar { margin-top: 60; 
		   	 border-top: solid thin olive }

TABLE.NavBarTable { font: 80% Arial sans-serif } 


P.label { color: teal }

SPAN.FirstLetter { font-size: 200% }
