body {
	background-color:#FFFFFF;
	color: #000000;
	background-image: url(../images/front_carw1.jpg);
	background-repeat: repeat-y;
	margin: 6px;
}

h1 {
	color: red;
	font-size: 35px;
	font-family: impact, Verdana, San-serif;
	
}
h2 { color: #FF0000; font-size: 24px; font-family: "Graphite Light Narrow", Verdana, San-serif; 	font-style:italic }
	
h3 {
	color: blue;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

p { 
	padding: 10px;
	font-size: 14px;
	margin-left:5px;
	margin-right:5px;
	text-align: justify;
	font-family: Verdana, Arial, San-serif;
	color: #000000;
}

.tablesetting {background-color:#cccccc}
.tablesetting1 {position:absolute; top:10px;}
.contact {
    padding: 10px;
	font-size: 14px;
	margin-left:5px;
	margin-right:5px;
	text-align: justify;
	font-family: Verdana, Arial, San-serif;
	color: #000000;
}
.history {
	/*background-color:#99FF66;*/
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 200px;
	top: 5px;
	/*overflow: scroll;*/

}

#NAVBAR {
	position:absolute;
	top:100px;
	left:122px;
}
#FOOTNOTE {background-color:gray; text-align: center;}


a:link {color:red; font-weight:bold}
a:visited {color:blue; font-weight:bold}
a:hover{background-color:red; color:black; font-weight:bold}
a:active{background-color:purple; color:teal; font-weight:bold}
