﻿
body {
	font-family: 'Book Antiqua' , Sans-Serif;
	color: #400000;
	font-size: 12pt;
	background-color: #E65100;
	vertical-align: middle;
	width: 200;
}

h1 {font-size:30pt; text-align:center}
h2 {font-size:26pt; text-align:center}

a {color:#701010; text-decoration:none; font-weight:bold; padding-left:3px; padding-right:3px}
a:hover {color:#901010; text-decoration:underline; font-weight:bold; padding-left:3px; padding-right:3px}

img			{border:none}
a img 			{filter:Alpha(Opacity=85)}
a:hover img 		{filter:none}

.menu {
	text-align: center;
}

.menu:first-letter {
	font-size:18pt;
}
.menu:hover {
	background-color: #B64010;
}

.menuSelected  {
	text-align: center;
	background-color: #B64010;
}
.menuSelected:first-letter {
	font-size:18pt;
}

.normal  {
	color:black;
	font-size:9pt;
}

p:first-letter  {
	 font-size:12pt;
}

.white {
	font-size:11pt;
	color:white;
	font-weight:bold
}
.white:hover {
	font-weight:11pt;
	color:white;
	font-weight:bold
}
