.Main
{
	background-color: Black;
}
.Top
{
	background-color: DarkRed;
	width: 100%;
	height: 100px;
}
.Side
{
	background-color: DarkRed;
}
.Menu
{
	vertical-align: top;
	width: 100%;
}
.MenuItem-Normal
{
	background-color: DarkRed;
	color: White;
	font: georgia;
	font-size: larger;
	width: 100%;
}
.MenuItem-Hover
{
	cursor: pointer;
	background-color: Crimson;
	color: White;
	font: georgia;
	font-size: larger;
	width: 100%;
}
.MenuItem-Click
{
	cursor: pointer;
	background-color: FireBrick;
	color: White;
	font: georgia;
	font-size: larger;
	width: 100%;
}
.Body
{
	background-color: Black;
	color: White;
	font: georgia;
	font-style: italic;
	font-size: large;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.Body-Paragraph:first-letter
{
	font-size: larger;;
	font-style: normal;
	font-weight: bold;
}
.Body-Paragraph
{
	color: White;
	font: georgia;
	font-style: italic;
	font-size: large;
	text-indent: 30px;
}
.Body-Link:link
{
	font-size: large;
	color: White;
}
.Body-Link:visited
{
	font-size: large;
	color: Gray;
}
a:link
{
	color: DarkRed;
}
a:visited
{
	color: DarkRed;
}
