

/* Default Font */

body, div, span, ul, li, p, td {

  font-family:		Verdana;
  font-size:		10pt;
  color:		#333333
}


/* Links */

a:link {
  font-weight:		bold;
  text-decoration:	none;
  color:		navy
}

a:active {
  font-weight:		bold;
  text-decoration:	none;
  color:		navy
}

a:visited {
  font-weight:		bold;
  text-decoration:	none;
  color:		navy
}

a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		blue
}


/* Date */

.date {
  font-family:		Verdana;
  font-size:		11px;
  color:		#333333
}


/* Title */

.title {
  font-family:		Verdana;
  font-size:		16px;
  font-weight:		bold;
  color:		#333333
}


/* Footer */

.footer {
  background-color:	#1E1E24;
  font-family:		Arial;
  font-size:		11px;
  color:		#CCCCCC
}

