body {
	background: White;
	color: Gray;
	font-family: Book Antiqua;
	font-size: 12px;
}

h2 {
	font-weight: bold;
	font-size: 30px;
	color: #222222;
	text-align: center;
}

h3 {
	font-size: 21px;
	color: #222222;
	text-align: center;
}

a {
	color: Black;
}

a: hover {
	color: Black;
	text-decoration: underline;
}

a: visited {
	color: Black;
}

.mail {
	font-size: 16px;
	color: Red;
	font-weight: bold;
	text-align: center;
}
. mail a: {
color: Red;	
}

.mail a: hover {
	text-decoration: underline;
	color: Red;
}

.paragraph {
	color: #3F3F3F;
	font-weight: bold;
	text-align: center;
}

.box {
	background-color: #DCDCDC;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: 2px solid #696969;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	color: Black;
	line-height: 150%;
	padding-top: 7px;
	padding-bottom: 7px;
}

.box1 {
	background-color: #E2E2E2;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	text-align: center;
	font-size: 80%;
	font-weight: bolder;
	color: Black;
	padding-top: 6px;
	padding-bottom: 6px;
}

.box2 {
	background-color: #D3D3D3;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	text-align: center;
	font-size: 80%;
	font-weight: bolder;
	color: Black;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#nav {
	border-right: 1px solid Black;
	border-top: 1px solid Grey;
	border-left: 1px solid Black;
	width: 100%;
	border-bottom: 1px solid Black;
	display: inline;
}

div#nav ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
	list-style-type: none;
	display: inline;
}

div#nav li {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 100%;
	background-color: #A9A9A9;
	display: inline;
}

div#nav a {
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	color: #2F4F4F;
	background-color: Silver;
	text-decoration: none;
}

div#nav a:hover {
	color: Black;
	background-color: #696969;
	text-decoration: none;
}

