body{ 
background-image: url('../pictures/highwayCode1.jpg')
}


h1{color:#2D73B9; text-align:center}
h1{font-family:"Lucida Handwriting";font-size:30px}

h4{color:#2D73B9; text-align:center}
h4{font-family:"Lucida Handwriting";font-size:30px}
h4{position:fixed;top:5px; left:25%; right:25%; top:0%}


h2{color:black; font-size:20px}
h3{color:red; font-size:20px}
h3{font-weight: 600}
p{color:black; font-size:20px}
h5{text-align:center}
h6{position:fixed; left:25%; right:25%}


table{width:100%;
	border-width: thick;
	border-spacing: 0;
	border-style: inset;
	border-color: silver;
	border-collapse: collapse;
	background-color: #fffafa}

th{
	border-width: thin;
	padding: 1px;
	border-style: groove;
	border-color: gray;
	background-color: #fffff0}

td{
	border-width: thin;
	padding: 1px;
	border-style: groove;
	border-color: gray;
	background-color: #fffff0}

img{border:0}



caption{background-color:silver; font-weight:bold}