
.main {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	padding: 25px;
	border: thin solid black;
}

.title {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}

.links {
	text-align: center;
	font-weight: bold;
}

.copyright {
	font-size: small;
	text-align: right;
}

ul {
	list-style-type: square;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.dibanner {
	text-align: center;
	margin: auto;
}

img.dibanner {
	border: thin solid black;
}

