body   {      font-family: Arial, Helvetica, sans-serif;      font-size: 12px;      color: #FFFFFF;      background-color: #000000;      min-width: 800px;                             /* need for centering div */      background-color: black;                      /* ! background color ! */      margin: 0; padding: 0;   }#wrapper   {      margin: 0 auto;                              /* align for good browsers */      width: 800px;                             /*set the width of the website*/      text-align: left;                            /* counter the body center */      height: 800px   }.background   {      background-image: url(images/bckgrnd.jpg);background-repeat: repeat-x;   }img                                            /* for killing deadspace in IE */   {      border: 0px;      vertical-align: bottom;   }*   {      border:0px;   }blockquote   {      clear:left;   }blockquote a:link   {      color: #CCCC00;      text-decoration: none;   }blockquote a:visited   {      color: #FF9900;      text-decoration: none;   }blockquote a:hover   {      color: #FF9900;   }ul   {      display: inline;      margin: 0 0 0 22px;      padding: 0;      list-style: none;      float: left;   }ul li   {      float: left;      background: #6C6C6C url(images/rcorn.gif) no-repeat bottom right;   }ul a   {      display: block;      padding: 0.1em 0.8em;      background: url(images/lcorn.gif) no-repeat bottom left;      text-decoration: none;      float: left;      font: small-caps bold 14px serif,sans-serif,arial,verdana;      color: silver;      line-height: 1.5em;   }li.first   {      background: none;   }ul a:hover   {      color: white;   }.clicked a   {      color: white;      line-height: 1.7em;   }div.links   {      text-align: center;   }div.links img   {      margin: 0; padding: 0;      vertical-align: middle;      margin-top: 6px;   }#header   {      text-align: center;   }#header a   {      text-decoration: none;      font-weight: bold;   }#header img   {      vertical-align:text-bottom   }#projects a	{		padding-right: 33px;		line-height: 1.5em;	}