/* CSS Document */

.p{
font-family:Verdana, sans-serif;
font-size:12px;
color:#0099CC;
line-height:18px;
padding:3px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFF00;
}

.title{
	font-family:"Times New Roman", Times, serif;
	font-size:50px;
	color:#FF0000;
	line-height:18px;
	padding:3px;
	font-style: italic;
	font-weight: 900;
}

.navigation {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #12222;
	padding: 8px;
	width: 190px;
}
.navigation:hover {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
	padding: 8px;
	width: 190px;
}

.navigation1 {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: marker;
	background-color: #12222;
	padding: 8px;
}

.navigation1:hover {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	display: marker;
	background-color: #12222;
	padding: 8px;
}