BODY{
    color : yellow;
    background-color : #393652;
}
H1{
    color: #CCCCCC;
    background-color: #003333;
    text-align: center;
    border-right-color: #660000;
    border-left-color: #660000;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 50px;
    border-bottom-width: 0px;
    border-left-width: 50px;
}
H2{
    color: #CCCCCC;
    background-color: #003333;
    text-align: center;
    border-right-color: #660000;
    border-left-color: #660000;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 50px;
    border-bottom-width: 0px;
    border-left-width: 50px;
}
H3{
    color: #CCCCCC;
    background-color: #003333;
    text-align: center;
    border-right-color: #660000;
    border-left-color: #660000;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 50px;
    border-bottom-width: 0px;
    border-left-width: 50px;
}
HR{
    color: #CCCCCC;
    height: 3px;
}
P{
    color : lime;
}
A{
    color : aqua;
    text-decoration: underline;
}
A:VISITED{
    color: #666666;
    text-decoration: underline;
}
A:HOVER{
    color : lime;
    text-decoration: underline;
    font-style : italic;
}
A:ACTIVE{
    color: #999900;
    text-decoration: underline;
}