#main {
	<!-- background: #808080;-->
	text-align: center;
	font-family:'Arial',Times,serif;
	font-size: 12pt;
}

#main2 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border: 1px solid #c1c1c1;
}

#head {
	height: 40px;
	background-image: url("./img/foot.jpg");
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
	width: 990px;
}

#headline {
	color: #ff0000;
	<!-- #0a3f8f; -->
	font-weight: bold;
}

#clickable:hover {
	text-decoration: underline;
}

#head a {
	text-decoration: none;
	color:#00000F;
	<!--color:#0000FF;-->
	<!--#58585a;-->
	margin-right: 10px;
	font-size: 12 pt;
	font-weight: bold;
}

#head a:hover {
	color: #000000;
	<!-- #0a3f8f;-->
}

#cnt {
	background: #FFFFFF;
	height: auto;
	text-align: left;
	overflow: auto;
}

#cnt2 {
	margin-left: 40px;
	margin-top: 20px;
	margin-right: 40px;
	text-align: left;
	color: #7c7c7c;
}

#cnt2 a:hover {
	color: #ff0000;
	font-weight: bold;
}


#cnt3 {
	text-align: center;
}


#foot {
	height: 65px;
	background-image: url("./img/foot.jpg");
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

#foot a {
	text-decoration: none;
	color: #0000FF;
	<!--#58585a;-->
	margin-left: 10px;
	font-size: 11pt;
	font-weight: bold;
}

#foot a:hover {
	color:  #000000;
	<!-- #0a3f8f;-->
}