
h1 {
    
    font-size:24px;
}

h2 {
    font-size:18px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
}
a img {
border: none;
}

li {
    list-style: none;
}
A:active, A:hover
{
    color:#00FF00;
    text-decoration: none;
}

A:link, A:visited
{
    color:#00FF00;
    text-decoration: none;
}


.bigone
{
    display:block;
    width:670px;
    margin: 24px;
}

.bodystyle {
    margin: 20px;
    font-size: 14px;
    background-color: black;
    color: #00FF00;
    font-family: 'Lucida Console', 'Fixed Miriam Transparent';
/*    font-weight: bold;*/
}

.inputline {
    border: hidden;
    background-color: black;
    color: #00FF00;
    font-family: 'Lucida Console', 'Fixed Miriam Transparent';    
    font-weight: bold;
/*    font-size: 16px;*/
}
.sbutton
{
    border-color: #00FF00;
    border-style: solid;
    border-width: 1px;
    background: #000000;
    color: #00FF00;
}

