/* CSS Document */

Body{
	background-color: DarkGray;
	font-family: Arial;
	font-size: 14px;
}
.PageTitle
{
	font-family: Arial;
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: Black;
	text-decoration: underline blink;
	text-align: Center;
}
.PageSecond
{
	font-family: Arial;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: Black;
	text-decoration: underline blink;
	text-align: Center;
}
.PageThird
{
	font-family: Arial;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: Black;
	text-decoration: underline blink;
	text-align: Center;
}
.TableofContents
{
	cursor: hand;
	font-family: Comic Sans;
	font-size: 18px;
	color:  Black;
}
.TopContents
{
	cursor: hand;
	font-family: Old English Text MT;
	font-size: 24px;
	color:  Black;
}

.TableInfo
{
	cursor: hand;
	font-family: Times New Roman;
	font-size: 14px;
	color:  Black;
}

a:hover
{
	cursor: hand;
	text-transform: lowercase;
	text-decoration: blink;
	font-style:italic;
	color: Blue;	
	
}


