body {
 color: #003366;
 text-decoration: None;
 background: #666666;
 background: linear-gradient(to right, #333333, #999999);
}

div {
margin: 1cm;
padding: 5;
}

a {color: #003366;text-decoration: none;}
a:hover {color: #FF9966; text-decoration: none;}

table, th, td {border-collapse: collapse; }

p {color: #FFFFFF; }

    .left    { text-align: left; }
    .right   { text-align: right; }
    .center  { text-align: center; }
    .justify { text-align: justify; }
    .start   { text-align: start; }
    .end     { text-align: end; }

</style>
