body {
	margin: 0;
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, arial, verdana, sans-serif;
	color: #333;
}

#topBorder {
	background-color: #CCC;
	height: 15px;
}
	
#content {
	width: 500px;
	margin: 30px auto 60px auto;
}
	
h1,h2,h3 {
	font-family: Georgia, Helvetica, Arial, sans-serif;	
}

h1 {
	margin: 0;
	text-align: center;
	font-size: 800%;
	letter-spacing: -3px;
}
h1 .soen { color: #C71F3F; }
h1 .ai { color: #6592DB;	}

h2 {
	margin: 0 0 50px 0;
	text-align: center;
	color: #333;
	font-size: 120%;
	font-style: italic;
}

h3 {
	margin-top: 40px;
	border-bottom: 1px solid #DDD;
	color: #666;
	font-weight: normal;
}

p {
	line-height: 1.5em;
}

dt {
	margin: 30px 0 10px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, arial, verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

dt span {
	font-size: 80%;
	font-weight: normal;
}

dd {
	margin-left: 20px;
	line-height: 1.5em;
}

blockquote {
	border: 1px solid #DDD;
	padding: 20px 30px;
	font-style: italic;
	margin: 20px 0;
}

blockquote span {
	font-size: 90%;
	color: #666;
}

a {
	text-decoration: none;
	color: #6592DB;
}

a:hover {
	color: #FFF;
	background-color: #6592DB;
}

.highlight {
	background-color: #FFC;
}

.note {
	font-size: 90%;
	color: #666;
}

#footer {
	margin: 40px 0;
	color: #666;
	text-align: center;
	font-size: 90%;
}