LI.green1, LI.green2 {list-style: circle outside; color:green;} 

LI.green1 {margin-left: 20px;} 

LI.green2 {margin-left: 120px;} 

.contentlink:link, .contentlink:visited, .contentlink:hover {
  color: #FFFFFF; font-family: arial; font-size: 14pt;
 }

.BoxShort, .BoxLong {
  height: 30px;
  border: 1px #FFFFFF solid;
  background-color: orange;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 12pt;
  float: left;
  margin-right: 8px;
  }

.BoxShort {
  width: 150px;
  }

.BoxLong {
  width: 600px;
  }

.showcase, .showcase2 {
  margin: 2px;
  padding: 2px;
  border: 2px blue;
  font-size: 12pt;
  }

.showcase {
  background-color: #4B4B4B;
  color: #FFFFFF;
  }

.showcase2 {
  color: black; 
  }

#pageContainer, #pageOneBlock {
  width: 800px;
  }
  
#pageContainer {
  margin-left: auto;
  margin-right: auto;
  }

#pageOneBlock {
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
#leftSide {
  width: 120px;
  float: left;
  }

#middleSide {
  width: 680px;
  float: left;
  }
  
#rightSide {
  width: 160px;
  float: right;
  }
  
a:link	     {text-decoration: none;}                                           
a:visited    {text-decoration: none;}                           
a:hover	     {text-decoration: none; background-color: blue; color: white}