
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

body
{
    font-family:Verdana, sans-serif; 
}

#currLink
{
    background-color: yellow;
}

#hdr
{
    position:absolute; top:0px; left:0px; right:0px;
    height:52px;
    background:#003366;
    color: #FFFFFF;
}

#menu
{
    position:absolute; top:52px; left:0px; bottom:35px;
    background:#E7A87F;
    color: #000000;
    width: 180px;
    padding: 10px;
}

#cont
{
    position:absolute; top:52px; left:200px; bottom:35px;
    text-align:left;
    overflow:auto;
}

#ftr
{
    position:absolute; left:0px; bottom:0px; right:0px;
    height:30px;
    background:#003366;
    margin:0;
    padding:5px 15px 0 0;*/
}

#creationNote
{
    position:absolute; bottom:0px; left:0px;
    height:30px;
    color: #FFCC00;
    margin:0;
    padding:5px 0 0 5px;
    text-align:left;
    font-size: 70%;
}

#copyright
{
    position:absolute; bottom:0px; right:0px;
    height:30px;
    color: #FFCC00;
    margin:0;
    padding:5px 5px 0 0;
    text-align:right;
    font-size: 70%;
}

P
{
    margin:0;
    padding:10px 15px 5px 15px;
}

h4
{
    margin:0; 
    padding:20px 15px 5px 10px;
    clear: right;
}

.floatright
{
    float: right;
    margin: 0 0 10px 10px;
    clear: right;
}

.floatleft
{
    float: left;
    margin: 0 0 10px 10px;
}


