body,td,table{
    font-size:10pt;
    color:#000000;
    font-family:'ms gothic';
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
img{
    border-style: none;
}
h1 {
    width: 100%;
    color: #ffffff;
    font-size: 1.3em;
    background-color: #8484e9;
    border: 1px none #8888f8;
    border-top: 1px solid #8888f8;
    border-left: 1px solid #8888f8;
    border-right: 1px solid #666699;
    border-bottom: 1px solid #666699;
    padding: 5px 3px 3px 0.5em;
}
h2 {
    width: 100%;
    font-size: 1.1em;
}
input{
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    background:#ffffff;
}