body {
    background: black;
    color: #dcdcdc;
    font-family: "Times New Roman", Times, serif;
    font-size: small;
}
.info_text {
    color: #a9a9a9;
}
.main_links {
    font-weight: bold;
    color: #a9a9a9;
}
.copyright {
    padding-top: 0px;
    font-size: x-small;
}
a {
	text-decoration: none;
	font-weight: bold;
    color: #dcdcdc;
}
a:link {
	text-decoration: none;
	font-weight: bold;
    color: #dcdcdc;
}
a:visited {
    color: silver;
}

