/* CSS Document */
/*Make sure to include the correct document type into each page or IE will not read keyword font sizes*/
body { /*Font is set for the entire document*/
font-family: Arial, Helvetica, sans-serif;
background: #fff;
color: #000;
}

ul {
font-size: small;
font-family:Arial, Helvetica, sans-serif;
}

h1 {
font-size: small;/*Use on all headlines in press releases*/
font-family:Arial, Helvetica, sans-serif;
}
p {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
}
.bolddate {/*press release date is bolded in the upper right corner of the page*/
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: small;
text-align: right;
}
.about {/*about lincoln college font set smaller*/
font-family:Arial, Helvetica, sans-serif;
font-size: .7em;
}

a:link {
color: purple;
background: none;
}
.table {
font-size: small;
}
#xxsmall {
	font-size: x-small;
}
