.main {}
.authors {}
.links {}
.subtitle {}

a:active {
	text-decoration: underline;
}
a:hover {
	background-color: #FFDB00;
}
a:link {
	color: #FF006F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF5200;
}

body {
	font-family: sans-serif;
	background-color: #FFFFFF;
}
div.content {
	width: 70 ex;
	margin-left: 3 em;
}
table.main {
	width: 80ex;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 5 px;
	border-color: #004A94;
	background-color: #C8ECFF;
}
td.logo {
	width: 0;
	vertical-align: middle;
	text-align: center;
}
td.content {
	width: 100%;
	vertical-align: top;
	background-color: #A8C6FF;
}
th.author {
	text-align: right;
	font-style: italic;
}

h1, h2, h3, h4, h5,h6 {
	text-align: left;
}
h2 {
	margin-left: 1%;
	margin-right: 1%;
	background-color: #E6F9FF;
}
div.copyright {
	font-size: 0.7em;
	color: #AAAAAA;
	text-align: center;
	margin-top: 1em;
}
