@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link { color: #990000; text-decoration: none; }
a:visited { color: #990000; text-decoration: none; }
a:hover { color: #990000; text-decoration: underline; }

.menu a:link { color: #000000; text-decoration: none; }
.menu a:visited { color: #000000; text-decoration: none; }
.menu a:hover { color: #000000; text-decoration: underline; }


.menu ul { 
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}

.menu li {
	float: left;
    margin: 0 0 0 20px;
    font-weight: bold;
}
