body {
	width: 85%; margin: 20px 40px 20px 40px; padding: 0px; background-color: #123; font-family: Arial, Helvetica, sans-serif; line-height: 170%; color: #FFFFFF;
}
a {
	color: #FF0099; text-decoration: none; font-weight: bold;
}
a:hover {
	color: #FFFFFF;
}
#pagewrapper {
	text-align: left; margin-left: auto; margin-right: auto; margin-top: 10px; font-size: 110%;
}
.graphics {
	font-weight: bold; color: #FF0099;
}
.nav {
	margin-top: 30px;
}
.nav a {
	margin-left: 5px; margin-right: 5px;
}
.title1 {
	margin: 25px 0px 10px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 200%; font-weight: bold; line-height: 110%;
}
.title2 {
	margin: 10px 0px 5px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 150%; font-weight: bold; line-height: 110%;
}
p {
	font-size: 130%; font-weight: normal; line-height: 140%; margin: 0px; padding: 0px; padding-bottom: 16px;
}
.comment {
	font-style: italic; color: #FF0099;
}
.name {
	text-align: right; font-style: italic; font-weight: bold; color: #FF0099;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
#twocols:after, #wrapper:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#twocols, #wrapper {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html #twocols, * html #wrapper {
	height: 1%;
}
#twocols, #wrapper {
	display: block;
}
/* End hide from IE-mac */
