﻿/* CSS Document */

html, body {	
    background-color:#6a553c;
}

body, div, td {
	color:White;
}

a, a:link, a:visited {
	color:white;
	text-decoration:underline;	
	}
a:hover {
	text-decoration:underline;	
	}


	
	


