a.blink {
	text-decoration: underline;
	color:#FF0000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1em;
	color: #CC0001;
}

.blog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .6em;
	font-variant: small-caps;
}	
	
.schedule {
	border: black solid 1px;
	background-color: #FFCC00;
}

td.schedule {
	background-color: WHITE;
	padding: 3px;
}

td.localnav {
	width: 20%;
}

a.localnav {
	color: YELLOW;
	font-size: .7em;
}

a.localnav:hover {
	color: WHITE;
	background: blue;
}

.center {
	text-align: center;
	margin: 0px auto;
}

.inline {
	display: inline;
}

.content {
	position: relative;
	top: 145px;
}

.description {
	position: relative;
	top: 135px;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	background: #FFCC00;
	color: #CC0001;
	border: 2px inset BLACK;
}

#head {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
}

#nav {
	font-size: .7em;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a.classname {
	color: #CC0001;
}

a.instructorname {
	color: BLACK;
	font-size: 0.6em;
}

a.icon {
	border: 0px;
	text-decoration: none;
}

