/* style sheet by randall pruim */

BODY {
/*  color: #000; */
/*  color: #333; */
  color: #444;
  background: #eff8ff;
  font-family: "Arial", "Helvetica", sans-serif;
}

TD, TH { /* ns workaround */
  font-family: "Arial", "Helvetica", sans-serif;
}

H1, H2, H3, H4 {color: #a78c3d }
H1 {color:#0c18b8}
H3 {color:#0c18b8}
H4 {color:#333}
hr {color:#0c18b8}
/* H1:first-line { color: #666 } */

.logo {
  float: left;
}

A:link { color: #0c18b8; text-decoration:none; font-weight: normal}

A:link, A:visited, A:active, A:hover { color: #0c18b8; text-decoration:none; font-weight: normal}
strong A:link, strong A:visited, strong A:active, strong A:hover { 
	color: #0c18b8; 
	text-decoration:none; font-weight: normal}

strong A:hover { color: #a78c3d; text-decoration:none; font-weight: normal}
A:hover { color: #a78c3d; text-decoration:none; font-weight: normal}

A:link IMG, A:visited IMG { border-style: none; font-weight: normal }

A IMG { color: white } /* The only way to hide the border in NS 4.x */

span.title{
	font-size: 2em;
    color: #a78c3d;
	font-weight: bold;
}

#footer{
	font-size: smaller;
}

#header{
	background:#eff8ff;
}

#instructor_name{
	font-size: x-large;
    color: #0c18b8;
}
#instructor_email{
	font-size: smaller;
}

#instructor_duties{
	font-style: oblique;
}

#instructor_bio{
}


span.headline{
	font-weight: bold;
	font-size: x-large;
    color: #0c18b8
}

span.lastmod{
	font-size: smaller;
	font-style: oblique;
    color: #999;
}

strong {
  font-weight: bold;
  color: #0c18b8;
}

.emphasized {
  font-weight: bold;
  color: #0c18b8;
}

UL, UL LI { /*margin-left: 0;*/ list-style: disc }
UL, OL { margin-top: 0.5em }

P { margin-top: .5em; margin-bottom: .5em }


