body {
	background-color: #b5152b;
	color: #ffffff;
	font-family:'Comic Sans MS', 'Comic';
	font-size:12px;
	margin: 10px 0 0 10px;
}

a{text-decoration: none }
a:link { color: #ffffff }
a:visited { color: #eeeeee }
a:hover { color: #999999 }
a:active { color: #ffffff }

#Navigation a:link { color: #b5152b }
#Navigation a:visited { color:  #b5152b }

h1{
	font-size:14px;
	font-weight: bold;
	margin-top:2px;
	margin-bottom: 12px;
}
h2{
	font-size:13px;
	font-weight: bold;
	margin-top:2px;
	margin-bottom: 2px;
}
h3{
	font-size:12px;
	font-weight: bold;
	margin-top:2px;
	margin-bottom: 2px;
}
p{
	font-size:12px;
	margin-top:2px;
	margin-bottom: 12px;
}
img{
	border: 0px;
}
#Navigation {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 154px;
}
#Navigation a:hover { color:  #666666 }
#Navigation a:active { color: #000000 }
#Footer {
	position: absolute;
	left: 190px;
	bottom: 20px;
	width: 450px;
}
.translink {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 0;
	visibility: hidden;
}
