/* BODY { background: #220066 } */
BODY {
 background: white 
 url(/~jess/isms/images/ISMS_logo-dim-med.png) 
 no-repeat 
 center center
}

/* heading styles */
H1 { color: darkblue; font-family: sans-serif }
H2 { color: darkred; font-family: sans-serif }
H3 { color: darkgreen; font-family: sans-serif }
H4 { color: darkblue; font-family: sens-serif }
H5 { 
 color: black; 
 font-family: sans-serif; 
 font-shape: italic; 
 font-weight: normal 
}

H1.fancy {
 color: darkred;
 font-family: fantasy;
 background: lightyellow;
 width: 50% 
}
H2.curs { color: darkblue; font-size: x-large; font-family: cursive }
H4.curs { color: darkblue; font-family: cursive }

/* Century Schoolbook font is very similar to Computer Modern Math:  cmmi */
.MATH { font-family:  "Century Schoolbook", serif; }
.MATH I { font-family:  "Century Schoolbook", serif; font-shape:  italic }
.BOLDMATH { font-family:  "Century Schoolbook", serif; font-weight:  bold }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */

/* document-specific styles come next */

HR {
 color: brown; 
}

A { text-decoration: none }

A.ISMS {
 text-decoration: none;
 font-family: sans-serif;
 font-variant: small-caps; 
}

DIV.ISMS {
 width: 100%;
 background: #DDDDFF url(/~isms/images/ismslogoa.gif) no-repeat top left;
}

P.HMENU {
 width: 100%;
 background: #ffdd00;
}

/* href styles */
a { text-decoration: none; }
a:link { color:#7788ff; }
a:visited { color:#9966ff; }
a:active, a:hover { background:#ffffcc; color:red; }

a.external { text-decoration: underline; }

a.banner:link, a.banner:visited { color:navy; }
a.banner:active, a.banner:hover { color:red; }

a.menu:link { color:navy; }
a.menu:visited { color:#333366; }
a.menu:active, a.menu:hover { color:red; }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */

