A:link, A:visited, A:active, A:hover{
	color: #000000;
	text-decoration: underline;
}
body{
	background: #B0B3B3;
	margin: 0px;
	font-size: small;
	font-family: arial, verdana, sans-serif;
}
.container{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-right: #6B8EAE 5px solid;
	border-left: #6B8EAE 5px solid;
	background: #C4CBD3;
}
.footer{
	padding: 5px;
	background: #B0B3B3;
	text-align: center;
}
.footer, .footer A{
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}
.footer A:link, .footer A:visited, .footer A:active, .footer A:hover{
	color: #000000;
	text-decoration: underline;
}
h1, h2{
	margin: 0px;
}
h1{
	font-size: large;
	padding: 0px 3px 0px 3px;
}
h2{
	margin-top: 3px;
	font-size: small;
	padding-left: 3px;
	margin-bottom: -2px;
	color: #666666;
}
.invisible A:link, .invisible A:visited, .invisible A:active, .invisible A:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
p{
	border-top: #999999 1px solid;
	margin: 0px;
	padding: 3px;
	background: #DDDDDD;
}