/* adelphi.css */

/* Generic Classes */

* { padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

p { margin: 10px 10px 15px 10px; text-align:justify;}

h1,h2,h3,h4,h5,h6 { margin: 15px 0px 15px 0px; }
h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
}

table {margin: 10px 10px 15px 10px; font-size:10pt; text-align:justify;}

ul,ol { margin: 10px 0px 10px 25px; }

/* Temporary Classes */

.highlight { color: #f00;
	border: 2px Dashed #c00;
	margin: 2px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: 800; }

/* Semi-Generic + Custom Classes */

.center { text-align: center; }

div.clear { clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	content: '.'; }
