/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
color: #0000FF;
line-height: 20px;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #0000FF;
}
.navig2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.navig2:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: normal;
	color: #CCFFFF;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #FF0000;
}
.indexnavig {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 5px;
}

.indexnavig:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 5px;
	color: #FF0000;
}
.title{
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: normal;
}

.title:hover {
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: normal;
	color: #FF0000;
