

div.spacedown {
    Padding-top : 3cm;
}
A.title {
    Font-style : normal;
    Font-variant : small-caps;
    Font-weight : bold;
    Font-size : large;
    Color : rgb(0,153,255);
    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.title:hover {
    Font-variant : small-caps;
    Font-weight : bold;
    Color : silver;
    Background-color : navy;
}
