body {
    background-color: #00005B;
    background-image: url(images/background.jpg);
    color:#CCFF44;
}
center {
    color: #CCFF44;
}
a:link {
    color:#CC9944;
    text-decoration:none;
}
a:visited {
    color:#CCFF44;
    text-decoration:none;
}
a:hover {
    color:#CCFF44;
    text-decoration:none;
}
a:active {
    color:#CCFF44;
    text-decoration:underline;
}
a:focus {
    color:#CCFF44;
    text-decoration:underline;
}
td {
    color: #CCFF44;
}
p {
    text-align:justify;
}
ul {
    text-align:justify;

}