body {
	padding-left: 10px;
	padding-right: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;

	background-color: #CEE1E1;
}
#header {
	padding-left: 20%;
	padding-right: 20%;

	font-size: 120%;
	text-align: center;
}
#header table {
	margin-left: auto;
	margin-right: auto;
}
#header th {
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
}
#header td {
	text-align: left;
}
#header a {
	text-decoration: none;
}
#header img {
	float: right;
}
#header #myname {
	font-size: 150%;
	text-align: center;
}
#menu {
	text-align: center;
}
#menu a {
	text-decoration: none;
	color: white;
	background-color: #3366CC;
	border-color: #3399CC;
	border-style: outset;
	border-width: thin;
	border-bottom-style: none;
	padding: 5px 5px 10px 5px;
	width: 90px;
}
#menu a:hover {
	background-color: black; 
}
#main {
	text-align: justify;
	line-height: 150%;
}
#main a:hover {
	color: white;
	background-color: black; 
}
.tablelist {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	line-height: 140%;
}
.tablelist th {
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}
.tablelist td {
	text-align: left;
}
.activity-title {
	font-weight: bold;
	font-style: italic;
}
.activity-description {
}
.papertitle
{
	font-style: italic;
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.concept {
	font-style: italic;
	font-weight: bold;
}
.noteworthy {
	font-style: italic;
}
#footer {
	font-style: italic;
	font-size: 70%;
	text-align: center;
}