body{color: #000065;}
	
a:link {color: #DB0F12;}

a:visited {color: #FF0000;}

a:active {color: #FF0000;}

/* Page titles, i.e. Media Center, etc */
p.title{
	text-align: center;
	font-weight: bold;
	font-size: large;
}

/* Lower titles, for emphasis */
p.title2{
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}

/* Lower titles, but not centered */
p.title2l{
	font-weight: bold;
	margin-bottom: 0px;
}

/* Lower titles, but not centered, and underlined */
p.title2lu{
	font-weight: bold;
	margin-bottom: 0px;
	text-decoration: underline;
}

/* Another one. You can read CSS. You know what it does. Use it wisely, Padawan. */
p.title2a{text-align: center;}

/* Monster big titles, because Quad pages had too much room */
p.title3{
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}

/* Corp. Calendar margin */
div.cal{ margin-left: 120px; }

/* Fake numbered list indent */
div.num{ margin-left:50px; }

/* Table borders for Faculty */
table.borders {
	border-right: 1.5pt outset;
	border-top: 1.5pt outset;
	border-left: 1.5pt outset;
	border-bottom: 1.5pt outset;
}
youthfirstheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000065;
}
