
body {
    background-color: #000000;
    text-align:center;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;

}

div {

	margin: auto;
}

#links {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}


/* unvisited link */
a:link {
    color: white;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #D8D8D8;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #3ADF00;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #2E64FE;
    text-decoration: none;
}
