/* style.css - a simple style sheet */
body {
  font-family: Verdana, sans-serif;
	color: white; 
	background: black;
        margin-left: 10%; 
	margin-right: 10%;
}

a:link{color: #CC0000;
       font-weight: bold;
			};

a:link:visited{color: #999999;
               font-weight: bold;
							};

a:link:hover{color: #FF6600; 
             text-decoration: none;
						 font-weight: bold;						 
						};
						 
a:link:active{color: #FF9900};


div.box1 { border: solid; 
           border-width: thin;
					 width: 100%; 
					 background: #990000; 
					 padding: 0.5em;
					 white-space: nowrap;					 
				 };
				 
div.companyname { font-size: 250%;
                  padding: 0.2em;
							  };
								
div.tabledefault {border-width: 1,1;
                  border-spacing: 10pt 5pt;
                 };
							


