/* CSS Document */

p{
font-family:Verdana, sans-serif;
font-size:11px;
color:#000000;
padding:3px;
}

.bold{
font-family:Verdana, sans-serif;
font-size:11px;
font-weight:bold;
color:#990000;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight:bold;
	color:#FF3300;
	text-decoration: none;
	padding: 8px;
	width: 140px;
	text-transform: uppercase;
}

.navigation:hover{
	font-family:Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
	padding: 8px;
	width: 140px;
	text-transform:uppercase;
}

.underlined{
	font-family:Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

.title{
font-family:Jokerman;
font-size:50px;
font-style:normal;
font-weight:bold;
color:#FF3300;
}

.syle1{
font-family:Verdana, sans-serif;
font-size:20px;
color:#000000;
}