
html, body, textarea {
  background-color:#000088;
 
  color:#FFFFFF;
 
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin:  1px;
  padding: 0px;
}

a:link{
    color: #FF0000;
    font-weight: bold;
    border : 0px;
}
a:active, a.hover {
    color: #00AA00;
    font-weight: bold;
}
a:visited {
    color: #AAAAAA;
    font-weight: bold;
    text-decoration : italic;
}


table.main {
    background: #FFD075;
    border: 1px #FF0000 solid;
    border-width: 1px 0px 0px 1px;
    text-align : left;
    font-size: 11px;
    padding : 10px;
    color : #FF0000;
    width     : 1000px;   
}

table.blue{
    width     : 1000px;   
}

p {
	text-align : left;
	}

h2{
	font-size : 16px;
	color : FFAA00;
}
pre {
	color :#000000;
	}