body {
	background-color: #eee;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	margin: 2em;
	text-align: justify;
	font-size: small;
}
/* Official Bluffton Colors per the PR office
 * Light purple - #d7ccee	
 * Dark purple - #330033	
 * Blue-grey - #9999cc		
 * Older colors from publication manual
 * The logo dark blue is rgb(47,27,87) or #2f1b57. This was replaced in the stylesheet by dark purple.
 * The logo light blue is rgb(66,120,211) or #4278d3. This was replaced in the stylesheet by light purple.
 */
a:link {
	color: #2f1b57;	/* formerly: Blue. Currently: Logo dark blue #2f1b57 */
}

a:visited {
	color: #4278d3;	/* formerly: Purple. Currently: Logo light blue #4278d3 */
}

dt {
	font-weight : bolder;
}

dt:first-letter {
	font-size : larger;
	font-weight : bold;
}

td {
	font-family: Verdana, Geneva, sans-serif;
}


h1 {
	font-family: Georgia, Times, serif;
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3{
	font-family : Georgia, Times, serif;
	font-size : large;
}

h4{
	font-size: medium;
}
h5 {
	font-family : Georgia, Times, serif;
	font-size : medium;
}
h6 {
	font-style : italic;
	font-size : small;
}

blockquote {
	font-size: smaller;
}
b {
	font-weight : bolder;
}
i {
	font-style : italic;
}
strong {
	font-weight: bold;
	font-variant: small-caps;
	color : #303;	/* B.U. dark purple #303 */
}

small {
	font-size: smaller;
}
/* no longer needed in modern browsers
sub {
	font-size : smaller;
}
sup {
	font-size : smaller;
}
*/
.red {
	color : Red;
}
.blue {
	color : #303;	/* B.U. dark purple #303 */
}
.bigbold {
	font-size : larger;
	font-weight : bolder;
}
.menu {
	font-size : x-small;
	font-family : Verdana, Geneva, sans-serif;
	text-align: left;
}
.miniature {
	font-size: smaller;
}
.norm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

