body, p, h1, h2 {
	font-family: "Arial", sans-serif;
}

table {
	border-collapse: collapse;
}

th, td {
	font-size: smaller;
}

th {
	text-align: left;
	border-style: none;
}

a img {
	border: none; 
}

.linkstyle A:hover {
	font-weight: bold;
	color: firebrick; /*#cc3232;*/
	text-decoration: none;
}

A:active {
	font-weight: bold;
	text-decoration: none;
}

A:link { 
	font-weight: bold;
	color: cornflowerblue;
	text-decoration: none;
}

A:visited {
	font-weight: bold;
	color: cornflowerblue;
	text-decoration: none;
}

#title {
	position: absolute;
	bottom: 86%;
	left: 15%;
	width: 65%;
	border-bottom: 1px solid cornflowerblue;
	color: cornflowerblue;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}

#logo {
	position: absolute;
	left: 6px;
	bottom: 86%;
}

#content {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 65%;
	padding: 3px;
	padding-left: 0px;
	color: #000000;
	font-size: smaller;
}

#left {
	position: absolute;
	left: 0;
	width: 15%;
	top: 15%;
	color: #000000;
	padding: 3px;
	padding-left: 6px;
	font-size: smaller;
}

#right {
	position: absolute;
	left: 80%;
	width: 15%;
	top: 15%;
	color: #000000;
	padding: 3px;
	font-size: smaller;
}

#centered {
  text-align: center;
}

#source {
	font-family: "courier", monospace;
	font-size: small;
	color: gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 3px;
}

#box {
	border-top: 3px double gray;
	border-bottom: 3px double gray;
	border-left: 3px double gray;
	border-right: 3px double gray;
	padding: 3px;
}
