*{
	border: 0;
	margin: 0;
	padding: 0;  }

body   {	
    background: #888 url(grey.jpg); 
    background-attachment: fixed; 
    background-repeat: no-repeat;   
	font-family: verdana,arial;
	font-size: 16px;       }

#container    {
        width: 98%; 
        overflow: hidden; 
    	margin: 20 20 20 320px;   }

#textbox     {
     width: 60%; 
    overflow: hidden; 
     color: #fff; 
     font-weight: normal;   
     padding: 20 auto;   }

#linkbox     {
  position: fixed; 
  width: 140px;
  color: #fff; 
  padding: 20px; 
  font-size: 16px;
  font-family: times,georgia;
  font-weight: normal;   
  border-right: 1px solid;
  border-color: #c0c0c0; 
  margin: 120 0 0 90px;    }

h1      {  color:#ffff99; }
h4      {  font-size:20px; color:#00008d; margin:30 0 7 30px; }


b      {  padding-left:20px; }
  
a:link    {  color:#e6e6fa; text-decoration:none; font-size: 14px; font-weight: normal;  }
a:visited {  color:#c0c0c0; text-decoration:none; font-size: 14px; font-weight: normal;  }  
  

