



body {
	margin-left: 10%; 
	margin-right: 10%;
	color:#000000;
	background-color:#FFFFFF;
} 



:link { color:#0000FF; background-color:#FFFFFF; } /* for unvisited links */
:visited { color:#990099; background-color:#FFFFFF; } /* for visited links */ 
:hover { color:#000066; background-color:#FFFFFF; } /* when mouse is over link */ 
:active { color:#990099; background-color:#FFFFFF; } /* when link is clicked */ 



H1 {	text-align: center;
	font-family: "times new roman", Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
	

} /* the hastings car club */

H2{	font-family: "times new roman", Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
}/* page headings */


H3{	font-family:  arial, sans-serif;
	font-size: 30px;
	text-align: center;
}


H4{	font-family:  arial, sans-serif;
	font-size: 20px;
	text-align: center;
}

H5 {	font-family: arial, sans-serif;
	font-size: 20px;
	text-align: CENTER;
	margin-top: 0;
}

H6 {	font-family: arial, sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 150%;
	
}

DL	{ 	margin-left:10%; margin-right:10%;

}


P {	margin-left:10%; margin-right:10%;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 20px;
}

P.LEFT {
	margin-left:10%; margin-right:10%;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 20px;
}
.RIGHT {
	text-align: right;
	font-family: arial, sans-serif;
	font-size: 20px;
}
P.SMALL {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;

}

table	{
	empty-cells: show;
	
}

CAPTION	{
	text-align: CENTER;
	font-family: arial, sans-serif;
	font-size: 20px;
}

TD	{
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 20px;
}

img.left{
	float:left;
	position:relative;
	left:0;
} /* img class="left" */

.RED	{
	color:#FF0000; background-color:#FFFFFF;
}




#navhi {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	line-height: 20px;
	margin-bottom: 5px;
	position:relative;
	left:20px;
	width: 100%; 
}/* div id="nav" */

#navlow {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top: 15px;
	position:relative;
	left:0px;
	width: 100%; 
}/* div id="nav" */

#navcntr {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top: 15px;
	position:relative;
	left:0px;
	width: 100%; 
}/* div id="nav" */

#navlowsite {
position: absolute; 
z-index: 1; 
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	line-height: 20px;
	margin: 1400px 0 30px 0;
	width: 100%; 
}/* div id="nav" - change 1400 to lower bottom nav */


#LEFTDOC { 
position: absolute; 
z-index: 1; 
width: 50%; 
height: 900px; 
margin: 20px 0 900px 20px;
font-weight: normal;
line-height: 200%; 

} 

#RIGHTDOC { 
position: absolute; 
z-index: 1; 
width: 50%; 
height: 900px; 
margin: 20px 0 900px 400px; 
font-weight: normal;
line-height: 150%; 

} 



