html{
	text-align:center;
	background:#95dafc;
}

body{
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	color:black; 
	font-family:Verdana, sans-serif;
	font-size:120%;
	font-size:x-small;
	font-size:small;	
}

html>body 
{       
	font-size:small;
}

#top {
  float:left;
  width:800px;
  height:114px;
  padding:0px;
  overflow:hidden; 
  background:url('trickbanner.jpg') top;  
  }
  
#main {
  float:left;
  width:750px;
  padding:5px 25px 5px 25px;
  overflow:hidden; 
  background:url('border2.jpg') top;  
  }
  
#base {
  float:left;
  width:800px;
  height:30px;
  padding:0px;
  overflow:hidden; 
  background:url('baseborder.jpg') top;  
  }
  
h1 {
  font-size:140%;
  }

h2 {
  font-size:120%;
  }
  
h3 {
  font-size:80%;
  }

style1 {
   font-size:x-small;
}

a  {
  color:black;
  text-decoration:none;
  font-family:verdana, arial, helvetica, sans-serif;
  }  
  
a:link {
  color:#73787a;
  }

a:visited {
  color:#73787a;
  }

a:hover {
  color:#95dafc;
  } 
