BODY {
  margin: 2em 1em 2em 50px;
  font-family: helvetica, sans-serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: repeat;
  background-image: url(http://www.jca.umbc.edu/~etittley/style/fluffy-grey.jpg);
}

/* Need the next one for Netscape 4 */
P {
 font-family: helvetica, sans-serif;
}

/* The closest thing to get the UMBC-approved logo style */
P.UMBC-FONT {
 color : red;
 background-color : transparent;
 font-family : Palladio L, serif;
 font-size : 44pt;
 margin-top : 0em;
 margin-bottom : 0em;
}
P.UMBC-FOOTER {
 margin-top : 0em;
}

P.centre {
 text-align : center;
}

EM.ref {
 color : red;
 background-color : transparent;
 font-style : normal
}

IMG {
 vertical-align : bottom;
 border : 0
}

BR {
 clear : left;
}

H1 {
 text-align : center;
}
H2 {
 text-align : center;
}
H3 {
 text-align : center;
}
H4 {
 text-align : center;
}

TH {
 background : red;
 color : white;
}

TD {
 background : rgb(255,200,200) ;
}

div.Body a:link, div.Body a:visited {
 color : blue;
 text-decoration : none;
 background-color : transparent;
}
div.Body a:hover, div.Body a:focus{
 color : blue;
 text-decoration : none;
 background-color : #EEE;
}

DIV.bar {
 border-width : thin;
 padding : 1pt;
 background : purple ;
 color : white;
 font-size : large;
 text-align : center;
 width : 95%;
}
DIV.bar A:link, DIV.bar A:visited, DIV.bar A:active {
 color : white;
 text-decoration : none;
 background-color : transparent;
}
DIV.bar A:hover, DIV.bar A.focus {
 color : white;
 border : 1px solid #CCC;
 background-color : #C1C;
}

DIV.Q {
 background : maroon ;
 color : white ;
}

DIV.Q A:link, DIV.Q A:visited, DIV.Q A:active {
 color : white;
 text-decoration : none;
}


DIV.A {
 background : white ;
 color : maroon ;
}

