/* CSS Document */

p{
	font-family:"AvantGarde Bk BT";
	font-size:18px;
	color: #000000;
	line-height:normal;
	padding:3px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.boldtitle {
	font-family: Brad;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
}
.content {
	font-family: Garamond;
	font-size: 36px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
}

.boldsidetitle {
	font-family: "Baskerville Old Face";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
}
.navigation
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #660099;
	background-color: #FFCC99;
	display: inherit;
	padding: 4px;
	width: 140px;
	text-decoration: none;
}
.heading {
	font-family: Angle;
	font-size: 36px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}


.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333399;
	text-decoration: none;
	background-color: #FFFF99;
	display: block;
	width: auto;
	margin: 2px;
	padding: 2px;
