BODY{
	background-image : url("images/bg1.jpg") ;
	background-color : #B0E0E6 ;
	color : BLACK ;
	margin-left :4% ;
	margin-top :1.5em ;
	margin-right :4% ;
	margin-bottom :1.5em ;
}

H1{
	font-size : xx-large ;
	font-family :  "Jokerman LET" , "Comic Sans MS" ,  "Rage Italic LET" , "Mistral" , "Lucida Handwriting" , "skia"  , "sand" , cursive , sans-serif;
	font-weight: normal ;
}

.odd{
	background-image : url("images/bg2.jpg") ;
	background-color : LIGHTBLUE ;
}
.even{
	background-image : url("images/bg4.jpg") ;
	background-color : LIGHTCYAN ;
}

.contents{
	font-size: small ;
	line-height:1.5em ;
}


a:link{color  :"DARKBLUE" }
a:vlink{color :"DARKMAGENTA" }
a:alink{color : "RED" } 

