.image {
    height: 223px;
    width:900px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
	}

body {
      background-color: #222222;
     }

a
      {
       color: #ffffff;
       text-decoration: none;
      }
a:hover
      {
       color: #999999;
       text-decoration: none;
      }
	  
.menu {
    height: 40px;
    width:900px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 15px;
      }
      
.menu a
      {
       color: #ffffff;
       text-decoration: none;
      }
.menu a:hover
      {
       color: #999999;
       text-decoration: none;
      }

.content {
    margin-top: 20px;
    height: 150px;
    width:880px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 15px;
    border-bottom: 1px solid #303030;
    border-right: 1px solid #303030;
    border-top: 1px solid #303030;
    border-left: 1px solid #303030;
    background: #202020;
    padding: 10px;
    line-height: 22px;
    text-align: justify;
      }
      
.content a
   {
     color: #ffffff;
    font-family: Verdana;
    font-size: 15px;
    text-decoration: none;
   }
.footer {
    margin-top: 8px;
    height: 25px;
    color: #808080;
    font-family: Verdana;
    font-size: 11px;
	line-height: 22px;
      }

.clear { clear: both;}

table
{
border-bottom: 0px;
border-right: 0px;
border-top: 0px;
border-left: 0px;
}