h1{
	font-size: 22px;
	text-align: center;
	color: #222;
}

h2{
	font-size: 20px;
	color: #777;
}

h3{
	font-size: 17px;
	color: #468;
}
h4{
	font-size: 16px;
	color: #68a;
}

body{
	font-family: sans-serif;
	font-size: 14px;
}

#container{
	margin: auto;
	width:800px;
	color: #333;
}

.conference{
	font-family: serif;
	font-style: italic;
}

#profile{
	text-align: right;
}

a:link{
	color: #246;
	text-decoration: none;
}

a:visited{
	color: #246;
	text-decoration: none;
}

a:hover{
	color: #999;
	text-decoration: none;
}

.content_box{
	float:left;
	width: 100%;
}

.img_box{
	float: left;
}

.description_box{
	padding-left: 10px;
	overflow: scroll;
}
