A.big {
    Font-style : normal;
    Font-variant : small-caps;
    Font-weight : bold;
    Font-size : large;
    Color : purple;
    Background-color : transparent;
    Word-spacing : .5px;
    Letter-spacing : .25em;
    Text-decoration : none;
    Vertical-align : top;
    Text-transform : none;
    Text-align : center;
    Margin-right : .25em;
    Margin-left : .25em;
    Padding : .25em;
    Display : block;
}
A.bigreverse {
    Font-style : normal;
    Font-variant : small-caps;
    Font-weight : bold;
    Font-size : large;
    Color : white;
    Background-color : transparent;
    Word-spacing : .5px;
    Letter-spacing : .25em;
    Text-decoration : none;
    Vertical-align : top;
    Text-transform : none;
    Text-align : center;
    Margin-right : .25em;
    Margin-left : .25em;
    Padding : .25em;
    Display : block;
}
A {
    color : rgb(153,204,51);
    Background-color : transparent;
    Text-decoration : none;
}
A:hover {
    Color : yellow;
    Background-color : black;
    Text-decoration : none;
}
img {
    Margin : .25em;
    Border-width : 0px;
    Float : left;
    Clear : right;
}

DIV {
    Font-weight : bold;
    color : rgb(51,153,102);
    background-color : black;
    Line-height : 1.5em;
    Margin : .25em;
}
body {
    Color : green;
    Background-color : black;
}
