body {
	color: #000000;
	background-color: #F0F0F0;
	font-family: serif;
	font-size: medium;
	text-align: center;
}	
.indexbody {
	background-image: url(paper.jpg);
	vertical-align: middle;
}

h1 {
	color: #000000;
	text-decoration: none;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
h2 {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: medium;
	vertical-align: middle;
}
h3 {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
h2.main {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: large;
}

table {
	border-width: 0 0 0 0;
	vertical-align: middle;
}

th {
	vertical-align: bottom;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
}

tr {
	vertical-align: middle;
	text-align: left;
}

td {
	vertical-align: middle;
	text-align: left;
}

ul {
	text-align: left;
}
.contacttable {
	border-width: 0 0 0 0;
	vertical-align: middle;
	text-align: center;
}

.links {
	text-align: center;
}

.counter {
	text-align: center;
}

.listtable td {
	border-width: medium;
	border-style: solid none none none;
	border-color: Black;
}

a:link {
	color: #0080a0;
	text-decoration: none;
}
a:visited {
	color: #0080ff;
	text-decoration: none;
}
a:active {
	color: #00ff00;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: none;
}
a.main:link {
	color: #000000;
	text-decoration: none;
}
a.main:visited {
	color: #000000;
	text-decoration: none;
}
a.main:active {
	color: #00ff00;
	text-decoration: none;
}
a.main:hover {
	color: Red;
	text-decoration: none;
}

	
