/**
 * CSS Stylesheet for WOZ
 *
 * HOWTO
 * A)Upload this file.
 * B)Add follows to the end of a Stylesheet using.
*/

.leftboxcontent ul li, .rightboxcontent ul li , .singleboxcontent ul li{
  list-style-type: none;
  margin:0px;
  padding-left: 0px;
}

.leftboxcontent ul, .rightboxcontent ul , .singleboxcontent ul{
  margin:0px;
  padding-left:0px;
}

.leftboxcontent ul ul, .rightboxcontent ul ul, .singleboxcontent ul ul{
  list-style-type: square;
  margin:0px;
  padding-left:5px;
}

.wordpress #footer, .wordpress #footer a{
  color:gray;
  font-size:10px;
  text-align:center;
}

