/* These body settings apply to everything */
body         		{ font-family: Verdana; color: #FFFFFF }

/* these body settings apply to the page contents */
/* but not the top, left, etc */
.clsBody			{ background: #990099 }

/* some handy font nicknames */
.clsXXSmall  		{ font-size: xx-small }
.clsXSmall   		{ font-size: x-small }
.clsSmall    		{ font-size: small }

/* announcements like office hours are in this class */
.clsAnnouncement	{ font-size: large }

/* settings for the text on the left */
.clsLeft			{ font-weight: bold; font-size: x-small }
.clsSubLeft			{ font-weight: bold; font-size: xx-small }

/* settings for the officers lists */
.clsPplList			{ font-size: x-small }

/* Headings are yellow against the purple background */
H1					{ color: #FFFF00 }
H2					{ color: #FFFF33 }
H3					{ color: #FFFF66 }
H4					{ color: #FFFF99 }
H5, H6, H7			{ color: #FFFFCC }


/* these are the html link colors */
a:active			{ color: #FFFF99 }
a:link				{ color: #FFFF00 }
a:visited			{ color: #999999 }

/* end */