.bold {
	font-style:bold;
	font-size:16;
	
}


#footer {
	position: absolute;
	bottom:;
	left:2%;
	color:black;
	border-width: thin;
	border-color:black;	
	font-size:14;
	font-style:bold;
}
	

#content {
	position: absolute;
	top: 80px;
	left: 18%;

}

#content td {
	font-size:16;

}

#links {
	position: absolute;
	top: 80px;
	left: 2%;
}

#links a {
	display:block;
	background:#99FF99;
	font-size:20;
	font-style:bold;
	border-width:thin;
	border-color:black;
	border-style:solid;
	width:110px;

}


.list {
	display:list-item;
}



.title1 {
	text-align:center;
	color:red;
	background:yellow;
	border-style:solid;
	border-width: thin;
	border-color:black;	
	font-size:50;
	font-style:bold;
	background-image: url("hs.jpg");
	background-repeat: no-repeat;

}

.title2{
	background-color: #FF8040;
	color:blue;
	font-size:25;
	font-style:bold;
	text-align:left;
}

.title3{
	color:blue;
	font-size:20;
	font-style:bold;
	text-align:left;
}

.footer {
	text-align:left;
	color:#3300CC;
	background:#C0C0C0;
	font-size:20;
	font-style:bold;
}

/*order form print blank fields*/
.order {
	border-style: solid;
	border-width: thin;
	border-color: black;
}

.order td {
	border-style: solid;
	border-width: thin;
	border-color: gray;
	width: 100px;
	height: 25px;
}
.order th {
	border-style: solid;
	border-width: thin;
	border-color: gray;
	width: 100px;
}