@charset "utf-8";
/* CSS Document */

@font-face {  
	  font-family: Papyrus ;  
	  src: url( /PAPYRUS.TTF ) format("truetype");}
	  
@font-face {  
	  font-family: "Old English Text MT" ;  
	  src: url( /OLDENGL.TTF ) format("truetype");}
	 	  
@font-face {  
	  font-family: "Comic Sans MS" ;  
	  src: url( comic.ttf ) format("truetype");}		  
		  
img {border:0;}

body {color:#00ff00;
		background-image:url(/images/background.gif);
		text-align:center;
		font-family:"Comic Sans MS","Century Gothic",sans-serif;
		font-size:1.2em;}
		
h1 {font-family:"Old English Text MT",serif;
	font-size:3em;
	font-weight:normal;}
	
h2 {font-size:1.5em}
		
a:link {color:#00FFFF;}
a:visited {color:#ffff00;}
a:active {color:#ff00ff;}
		

#left {float:left;
		width:150px;
		text-align:center;}
		
		
#right {width:840px;
		text-align:center;
		background-color:#000000;
		margin-left:auto;
		margin-right:auto;}
		
