@charset "utf-8";
body {
	background-color: #000000;
	color: #CC9900;
	font-family: "Tempus Sans ITC";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}





/* CSS Document */

.heading1 {
	text-align: center;
	font-size: 90px;
	position: relative;
	color: #CC9900;
	font-family: "Tempus Sans ITC";
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.heading2 {
	font-family: "Tempus Sans ITC";
	font-size: 40px;
	color: #CC9900;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.heading3 {
	font-size: 36px;
	text-decoration: underline;
	font-family: "Tempus Sans ITC";
	font-style: italic;
	font-weight: bold;
	color: #CC9900;
}
.paragraph {
	font-family: "Tempus Sans ITC";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CC9900;
}
a {border: 0 solid #000;}
a img {border: 0 solid #000000;}
a:hover img {border: 3px medium ridge #cc9900;}
a:visited img {border: 3px medium ridge #cc6600;}
a:link {
	color: #000000; 
	background-color: #000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:visited {
	color: #CC6600;
	background-color: #000000;
}
a:hover {
	font-family: "Tempus Sans ITC";
	color: #CC6600;
	background-color: #000000;
}
a:active{
    color: #00CC33;
	background-color: #000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
p.paragraph a:link {
	color: #CC9900;
	text-decoration: underline;
}
p.paragraph a:visited {
	background-color: #000;
	color: #cc6600;
	text-decoration: underline;
}
p.paragraph a:hover {
	background-color: #cc9900;
	color: #000;
	text-decoration: underline;
	border: medium ridge #CC9900;
	padding-right: 10px;
}
p.paragraph a:active {
	color: #CC9900;
	text-decoration: underline;
}
.menubar {	font-family: "Tempus Sans ITC";
	font-size: 24px;
	color: #CC9900;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	text-align: center;
	border: medium ridge #CC9900;
}
.menubar a:link {
	color: #CC9900;
	text-decoration: none;
	display: block;
}
.menubar a:visited {
	text-decoration: none;
	display: block;
}
.menubar a:hover {
	color: #000000;
	background-color: #CC9900;
	text-decoration: none;
	display: block;
}
.menubar a:active {
	color: #CC9900;
	text-decoration: none;
	display: block;
}

