﻿
body {
	font-family: sans-serif;
	color: azure;
	font-size: 11pt;
	background-color: #181818;
	vertical-align: middle;
	width: 200;
}

h1 {font-size:30pt; text-align:center}
h2 {font-size:26pt; text-align:center}

a {color:Teal; text-decoration:none; font-size:13pt; padding-left:4px; padding-right:3px}
a:hover {color:Teal; text-decoration:none; font-size:13pt; padding-left:4px; padding-right:3px; background:black; }

img			{border:none}
a:hover img {opacity:1}

.menu {
	text-align: center;
}

.menu:first-letter {
	font-size:17pt;
}

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