.redbold{color: red;
	font-weight: 600;
	}
.menubox{float: right;
	width: 30%;
	border: solid red 3px;
	background-color: #ccffcc;
	}
.menubox A:visited{
	font-size : 100%;
   font-weight: 700;
	text-decoration: none;
}
.menubox A:link{
	font-size : 100%;
   font-weight: 700;
	text-decoration: none;
}
A:hover {color: #009900;
	background-color: #ffffff;
	}
.addressbox{border: 2px #cc9900 solid;
	font-color: blue;
	text-align: center;
	padding: 5px;
	background-color: #ffffcc;
	margin-left: 15%;
	margin-right: 15%;
	}
.smalltext{font-size: 80%;}
body{margin: 0px;
	border-style: double;
	border-width: 10px;
	border-color: #cc6600;
	 }
h1{text-align:center;
	font-size: 180%;
	color: #cc6600;
	}
h2{text-align:left;
	font-size: 140%;
	color: #990000;
	margin-left: 5%;
	margin-right: 5%;
	border-top: solid #cc0000 2px;
	border-right: solid #cc0000 2px;

	}
h3{text-align:center;
	font-size: 170%;
	font-style: italic;
	color: #006600;
	}
h4{text-align:left;
	font-size: 110%;
	color: #000000;
	margin-left: 5%;
	}
p{
	margin-left: 5%;
	margin-right: 5%;
	color: #990000;
	font-weight: 600;
	font-family : Arial, Helvetica, sans-serif;
}	
table{border: solid 2px #990000;
	background-color: #ffcc99;
	}
th{color: #000000;
	background-color: #ff9966;
	}
img{border-color: #990000;}
b{color: #000000;}
li{color: #000000;
	font-weight: 500;
	margin-left: 10%;}