body    { 
		background-image: url(graphics/bg-yellow.gif); background-repeat: no-repeat; 
		background-color: white 
		font-family:  arial, helvetica, sans-serif;
		}

.centered_div {
		width:1000px;
		background-color: #ffffff;
		position: absolute;
		top: 5%;
		left: 50%;
		margin-left: -450px;
		margin-top: 75px;
		font-family:  arial, helvetica, sans-serif; 
		font-size: small;
		} 

		}
marquee{
		class="top";
		scrolldelay="2"; 
		behavior="scroll"
		} 

div.left	{position: absolute; top:0; 
		width:15%;  
		border-style: none; 
            	float: left; z-index: 3; }

div.right 	{position: absolute; top: 0; right: 5px;
           	 width:20%;  
           	 float: right; z-index: 2; 
           	 border-style: none;}

div.middle {position: absolute; 
		width:60%;
		top: 0; left: 18%; 
		border-style: none; 
            	z-index: 1; }    

p		{ 
		font-family:  arial, helvetica, sans-serif;
		}

.indent	{
		margin-left: 5px;
		}
	
.info     {
		margin-left: 5%;
		}	
	
.top 	{
		font-size: 2em;
		font-weight: bold; 
		color: #a14b28; 
		}

h1		{font-family: arial black, helvetica, sans-serif; bold; 
		}

h2		{font-family: arial, helvetica, sans-serif;
		}

h3		{font-family: arial, helvetica, sans-serif;
		}

h4		{font-family: arial, helvetica, sans-serif;
		}

h5		{font-family: arial, helvetica, sans-serif;
		font-size: .7em;
		font-weight: bold;
		}

h6		{	
		font-family: arial, helvetica, sans-serif;
		color: #fd3d3d;
		font-size: 2em; 
		}
	
a:visited 	{
			color: #fd3d3d; (red)
			background-color: transparent;
			}

a:hover 	{
			color: #15c42d; (green)
			background-color: transparent;
			}

a:active 	{
			color : purple;
			background-color: transparent;
			}