body {
    padding-top: 20px; /* 20px to make the container go all the way to the bottom of the topbar */
	padding-bottom: 20px;
}

.custom-container {
	width:800px;
}

.title-text {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.author-text {
	text-align:center;
	font-size:20px;
}

.paragraph-text {
	text-align:left;
	font-size:17px;
	text-align:justify;
}

.section-title-text {
	font-weight:bold;
	font-size:22px;
}

.conference-title-text {
	font-style:italic;
	font-size:19px;
}

.paper-title-text {
	font-weight:bold;
	font-size:19px;
}

/* override the original color */
a {
	color:grey;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	vertical-align:central;
}