@charset "UTF-8";
/* CSS Document */

body {font-family: Trebuchet MS, Arial, Verdana; 
     font-size: 13px;
	 line-height: 18px;
	 background: #b4b093 url("images/bg-pattern.gif");
	 padding: 0;}

ul {}

li {color: #fff; 
    margin-top: 15px;}
	
li a:link {color: #fff;}
	  
li a:hover {
	color: #5ba5b6;
	text-decoration: none;}

li a:visited {
      color: #86a4c3;
	  }
  
ul.publishedwork > li:nth-child(4) {
	display: none;
}
	  
a:link {
   color: #01547e;}
   
a:visited {
      color: #86A4C3;}
	  
a:hover {
	text-decoration: none;}
	


