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; }


@media screen and (max-width: 700px) {
div.navigation, h1 img, .maincontent img, .maincontent p, .topimg, .footerimg, .navigation a {
	width: 100%;
}
.description {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5em;
	width: 100%;
}

div.navigation a {
	margin: 15px 5px !important;
	display: block;
	font-size: 16px;
	text-decoration: none;
}
marquee {
	width: 98%;
}
}