body {
background:black;
color:white;
font-size:20px;
font-family:Courier New;
}


h1 { font-family : "Verdana"; 
font-size:30px;}


#iinput {    
border: 1px solid #2e2e2e;    
background: lightgrey;   
padding: 4px;    
font-size: 1.5em;
height:50px;
color: #444444;
}

#isubmit {    
background: lightgrey;    
border: 1px solid #444444;
height:50px;    
padding: 4px;    
color: #444444;
font-size: 1.6em;
}

#table {
text-align:center;
margin-left:auto; 
margin-right:auto;
}

table#table1 {
text-align:center;
margin-left:auto; 
margin-right:auto;
}

p {
font-size:15px;
text-align:left;
}

#detail {
align:center;
text-align:center;

}

img { border: none; } 

A:link {text-decoration: none; color:darkorange;}
A:visited {text-decoration: none; color:darkorange;}
A:active {text-decoration: none; color:darkorange;}
A:hover {text-decoration: underline; color: red;}


  #informationbar{
position: fixed;
left: 0;
width: 100%;
text-indent: 5px;
padding: 5px 0;
background-color: lightyellow;
border-bottom: 1px solid black;
font: bold 12px Verdana;
color:black;
}

* html #informationbar{ /*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}
