body {
	background: #fff;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 185%;
	color: #333;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color : #333;
}
ul {
	list-style-type: square;
}
div.box {
	width: 33%;
	float: left;
	height: 220px;	
}
.border-right {
	border-right: 1px solid #0000CC;
}
.center {
	text-align: center;
}
h1.title {
	border-bottom: 1px solid #0000CC;
	padding-bottom: 5px;
	width: 500px;
}
