html * {
font-family: "Times New Roman", Times, serif;
font-size: "8px"
}
body {
background: url("") no-repeat 50% 50% fixed;
background-color:#1c1e27;
background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
}
a {
text-decoration:none }
/* unvisited link */
a:link {
    color: brown;
}
/* mouse over link */
a:hover {
    color: #FFF;
}
/* visited link */
a:visited {
    color: brown;
}