body {
	font-size: 90%;
	background-color: #EEEEEE;
	margin-left: 2%;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #333399;
	text-align: center;
}
.chlink {
	background-color: #FFFFFF;
	position: absolute;
	right: 1%;
	width: 40%;
	top: 4em;
	overflow: visible;
	}
.left {
	width: 55%;
}
h2 {
	font-size: 144%;
	font-weight: bold;
	color: #336600;
}
h3 {
	font-size: 122%;
	color: #FF0000;
}
.ita {
	font-size: 122%;
	font-weight: bold;
	color: #FF0000;
}
a:link {
    color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF33CC;
}
.capt {
	font-size: 85%;
}
.blog {
	background-color: #ddffdd;
	margin-left: 5%;
}
li {
	list-style-type: square;
	margin-left: -1.5em;
}
.persons {
	width: 45%;
	margin-left: 3%;
	position: absolute;
	visibility: visible;
	background-color: #CCFFCC;
	float: left;
	top: 4em;
}
.thoughts {
	background-color: #FFCCCC;
	float: right;
	margin-left: 52%;
	top: 4em;
	width: 45%;
	position: absolute;
	visibility: visible;
	left: 52%;
	right: 3%;
}
dt {
	font-weight: bold;
	color: #000099;
}
.onlybig {
	font-size: 128%;
}
blockquote {
	color: #CC3300;
}
.toplink {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: 10%;
}

