/* CSS Document */
@font-face {
    font-family: Garamond;
    src: url(GARA.TTF);
}

body,td,th {
	font-size: 20px;
	font-family: Garamond;
	color: #FFFFFF;
	
}
body {
	background-color: #000000;
}
.styleheader {
	font-size:24px;
	font-weight:bold;
}
.stlyenavigation {
	font-size:30px;
	font-decoration:underline;
	font-weight: bold;
	text-align: center;
}
.stlyenavigationselected {
	font-size:30px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.stlyespecialstitle {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.stlyemenutitle {
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

