@charset "UTF-8";
/* CSS Document */

body {
	background: #824529;
}

#main-content {
	color: #ffffff;
    font: 12px "Times New Roman", Times, serif;
}

#footer {
	text-align: center;
    color: #ffffff;
    font: 11px "Times New Roman", Times, serif;
}

a {
	text-decoration: underline;
    color: #ffffff;
}

a:hover {
	text-decoration: none;
    color: #ffffff;

}

