* { 
 font: 12px Georgia, serif;
}
b {
 font-weight: bold;
}
i {
 font-style: italic;
}
h1 {
 font: bold 24px/24px Georgia, serif;
 margin: 0px;
 //text-align: center;
}
h2 {
 font: bold 20px/20px Georgia, serif;
 margin: 0px;
 //text-align: center;
}
h3 {
 font: bold 18px/18px Georgia, serif;
 margin: 0px;
 //text-align: center;
}
h4 {
 font: bold 16px/16px Georgia, serif;
 margin: 0px;
 //text-align: center;
}
h5 {
 font: bold 14px/14px Georgia, serif;
 margin: 0px;
 //text-align: center;
}
.cap {
 font-weight: bold;
 font-size: 150%;
}
body {margin:0 !important;background:black;}
#tinker{
color:white;
float:left;
position: absolute;
    top: 0px;
    left: 5px;
    width: 150px;
    height: 300px;
    padding: 5px;
    border: none;
    -moz-border-radius: 5px;}
#tinker *{color:white;}
table {margin-top:0px; }