BODY		{ background-color     : #2ed7f1 ;
		  background-image     : url(bg-blue.jpg) ;
	          background-repeat    : repeat-y ;
	          background-attachment: scroll ;
	          background-position  : top left ;
	          margin-left          : 20 ;
		  color	               : #ffffff ;
	          font-size            : 12pt      }

H1		{ font-family : fantasy ;  
	          font-weight  : bold ;
	          font-size   : 30pt ;
	          text-align  : center ;
	          color       : white      }

H2		{ font-family : fantasy ;  
 	         font-weight  : bold ;
 	         font-size   : 15pt ;
	         text-align  : center ;
 	         color       : white      }

A:link		{ font-family : arial ;  
	          color       : white ;
		  text-decoration : none    }

A:visited	{ font-family : arial ;  
	          color       : #dddd88 ;
		  text-decoration : none    }

A:active	{ font-family : arial ;  
	          color       : yellow ;
		  text-decoration : none    }

A:hover		{ font-family : arial ;  
	          color       : yellow ;
		  text-decoration : none    }

HR		{ color       : white     }

TABLE		{ width       : 450     }


TH		{ font-family : fantasy ;  
 	          font-weight : bold ;
	          font-size   : 30pt ;
 	          text-align  : center ;
		  height      : 85pt  ;
	          color       : white      }

TD		{ font-family : arial ;  
 	          font-weight : normal ;
	          font-size   : 12pt ;
 	          text-align  : left ;
	          color       : white ;
		  padding     : 3     }
