/* CSS Document */

h1{
	font-size: 36px;
	color: #F1AC40;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}
body {
	background-color: #333333;
}
p{
	font-size: 16px;
	color: #F1AC40;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}

h2	{
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}
h2:hover	{
	font-size: 24px;
	color:#F1AC40;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}
.navigation	{
	font-size: 24px;
	color: #0000FF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}
.navigation:hover	{
	font-size: 24px;
	color: #F1AC40;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	}
	.nav	{
	font-size: 18px;
	color: #F1AC40;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}
	
	.nav:hover	{
	font-size: 18px;
	color: #AE6E6F;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
}
.stactic	{
	font-size: 18px;
	color: #AE6E6F;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: underline;
}
