body 	{
		background-color: "#d2e4fc"; 
		background-image: url(images/); 
		font-family: "verdana"; 
		color: "#000000"
	}

h1 	{
		color: "#000000"; 
		font-family: "verdana"; 
		font-size: "x-large"; 
		font-weight: "bolder"; 
		text-align: "center"
	}

h2 	{
		color: "#ff0000"; 
		font-family: "verdana"; 
		font-size: "large"; 
		font-weight: "bold"; 
		text-align: "left"
	}

h3 	{
		font-weight: "bold"
	}

a:link 	{
		color="#cc0000"
	}

table 	{	
		background-color: "#ffffff"; 	
		background: url(images/webbg.gif); 
		width: "95%"; 
		border-width: 0px
	} 
