/**
 * General HTML Body Styling
 * -------------------------
 */
 
body {
    margin-top:10px; 
	text-align: center;
    color: white;
	}

td, tr, p, div {
  font             : 12px Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
}
  
  


 /**
 * Links 
 * --------------------
 */
 
a:link, a:visited {
	color            : #FFFFFF;
	text-decoration  : none;
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
  color            : #5C5C5C;

}

a:active {
  color            : #FFFFFF;
  background-color : #ffffff;
}

a.category:link, a.category:visited {
  color            : #8CAB29;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #5C5C5C;
}
  
  

/**
 * Lists 
 * --------------------
 */
ul
{
margin           : 0px 0px 0px 20px;
padding: 0px; 
list-style: none;
}

li
{
padding-left: 15px;
padding-top: 0px;
background-image: url(images/indent1.png);
background-repeat: no-repeat;
background-position: 0px 3px;
}
