body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	color: #000000;
	background-color: #cccccc;
	text-align: left;
	padding: 0px;

}
th {
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	background-color: #666666;
	font-weight: bold;
}
.address {
	font-size: small;
	color: #FFFF99;
	background-color: #006633;
}
.link {
	color: #999999;
	font-weight: bold;
	font-size: small;
	background-color: #666666;
}
.link a:link {
	text-decoration: none;
	color: #FF6666;
	font-weight: bold;
}
.link a:visited {
	color: #FF6666;
	text-decoration: none;
	font-weight: bold;
}
.link a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.link a:active {
	color: #FF6666;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
p {
	text-align: left;
	padding: 0px 5px;
}
h1 {
	font-size: large;
	text-align: center;
}
h2 {
	font-size: medium;
	text-align: center;
}
h3 {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
h4 {
	padding: 5px;
	text-align: center;
}
h5 {
	color: #000000;
	text-align: center;
	font-size: xx-large;
}
ul {
	text-align: center;
	list-style-type: none;
	line-height: 30px;
	text-indent: 0pt;
}
h6 {
	font-size: medium;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.list {
	text-align: left;
	list-style-type: disc;
}
