body
{
	color: Black;
	font-family: Georgia;
	background-color: Black;
}

#table
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	background-color: ButtonShadow;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 10px;
	font-size: xx-large;
	font-family: 'Monotype Corsiva';
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

#menu
{
	font-weight: bold;
	color: black;
	background-color: ButtonShadow;
	width: 80%;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 10px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

#content
{
	color: Black;
	text-align: center;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: #ffffff;
	width: 90%;
}

#footer
{
	color: white;
	background-color: ButtonShadow;
	text-align: center;
	padding-top: 25px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 25px;
	font-weight: bold;
	font-size: x-small;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

#quillPen
{
	background-color: #ffffff;
	width: 10%;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
}

#email
{
	color: Blue;
	font-style: italic;
	font-weight: bold;
}

#footnote
{
	font-style: italic;
	font-weight: bold;
	font-size: x-small;
}

a
{
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

a:link 
{
    color: White;
    text-decoration: none;
}

a:visited 
{
    color: White;
    text-decoration: none;
}

a:active 
{
    color: White;
    text-decoration: none;
}

a:hover
{
	color: Black;
	text-decoration: none;
}

.TagLine
{
	font-style: italic;
	font-weight: bold;
	font-size: larger;
}

.SampleHeader
{
	font-style: italic;
	font-weight: bold;	
}

.Quote
{
	font-style: italic;	
}

.LinkImage
{
	color: Black;
	text-align: center;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: #ffffff;
	width: 90%;
}