body, td, tr {
	margin: 5px;
	color:black;
	text-decoration:none;
	Font-Family: Arial, Verdana;
	font-size:10pt;
}

.navigation {
    margin: auto;
    width: 90%;
}

.navigation a {
    margin: 5px;
    width: 190px;
    display: block;
	color: white;
    background: #80090C;
    float: left;
    font-weight: bold;
    text-decoration: none;
}

.navigation a:hover {
	color: yellow;
}


.description {
	width: 400px;
	text-align: left;
	margin: 5px;
}

img { border: 0px; }

