
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Aqua;
	font-size : smaller;
}

LI {
	list-style-type : square;
}

HR {
	color : Teal;
}

H1 {
	color : Teal;
}

H2 {
	color : Teal;
}

H3 {
	color : Teal;
}
H4 {
	color : Teal;
}
H5 {
	color : Teal;
}






A:ACTIVE {
	color : Black;
}A:HOVER {
	color : Black;
	font-size : larger;
}

A:LINK {
	color : Black;
}A:VISITED {
	color : Gray;
}

#leftnavigation {
  position : absolute;
  left : 0;
  width : 150px;
  margin-left : 10px;
  margin-top : 20px;
  color : #000000;
  padding : 3px;
}

#content {
  top : 0px;
  margin : 0px 5% 0 165px;
  padding : 3px;
  color : #000000;
}

#calendar {
	font-size : smaller;
}
