* {
	margin: 0; padding: 0;
	}

body {
 	background-color: #392333;
	color: white;
	font-family: sans-serif;

}
td {
	width: 200px;
}
a:link {
	color: white;
	text-decoration: underline;
	font-family: sans-serif;
	font-weight: bold;
}
a:visited {
	color: white;
	text-decoration: underline;
	font-family: sans-serif;
	font-weight: bold;
}
a:hover {
	color: white;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
}
