/* CSS Document */
BODY {
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px; 
  background-image :url(../images/cg3050.jpg);
  background-position: 0px 0px;
  background-attachment : fixed;
  background-repeat: no-repeat;  
}

BODY, P, TD, OL, DT, DD {
  font-family: Verdana, Gill Sans, Futura, Arial, Helvetica; 
  font-size: 11px;
  color: #000000;
  text-decoration:none;
}


a:link {
	color: black;
	border-bottom: 1px solid #77A273;
	text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: black;
  background-color: #A2B49D;
  border-bottom: none;
}

a:visited {
  color: black;
  border-bottom: 1px dashed #999999;
  text-decoration: none;
}


.header {
	font-family: Arial, Trebuchet MS, "Gill Sans", Futura, Verdana, Helvetica;
	font-size:12px;
	color:#000000;
	font-weight: bold;
}

.footer {
font-size: 10px; 
color:#999999;
}

.courseshead {
	font-family: "Gill Sans", Futura, Verdana, Arial, Helvetica;
	font-size:16px;
	color: #666666;
	left: 5px;
}

.courseshead a:link {
text-decoration:none;
color: #666666;
border-bottom: none;
}

.courseshead a:visited {
text-decoration:none;
color: #333333;
border-bottom: none;
}

.courseshead a:hover {
text-decoration:none;
color: #999999;
background:none;
border-bottom: none;
}

.highlight {
display: block;
margin: 0 0 5px 0;
background-color: #cccccc;
padding: 4px 4px 4px 4px;
font-family: Arial, Verdana, Helvetica;
font-weight: bold;
}

.logo {
position:absolute 600,600;
}
