html, body, form, fieldset {
 margin: 0;
 padding: 0;
}

body {
 background: #000000;
 background: url(/cis3120/images/bg_sq.gif) repeat #000000;
 background-position: center;
 color: #FFFFFF;
 font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
 line-height: 1.8;

}
h2,h3,table {
 background: url(/cis3120/images/trans-bg.png) repeat;
}

table {
 width: 60%;
}

td,th {
 border: 2px solid #FFFFFF;
 padding: 10px;
}

a:link {
 color: #11FFFF;
 text-decoration: none;
 font-weight: bold;
}

a:active, a:visited {
 font-weight: bold;
 text-decoration: none;
 color: #99FFFF;
}

a:hover, a:focus{
 font-weight: bold;
 text-decoration: none;
 color: #FFFFAA;
}

#header {
 padding-top: 10px;
}

#clock {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}
#highslide-html-content {
 color: #232323;
}
ul li {
 padding: 0px 3px 0px 3px;
 line-height: 1.3;
}

div.back_link {
 position: relative;
 width: 60%;
 text-align:left;
}

p {
 line-height: 1.2;
 padding-left: 20px;
 background-image: url(/cis3120/images/icons/checked.gif);
 background-repeat: no-repeat;
}