@charset "utf-8";
/* CSS Document */
body {
	background-color: #030f21;
	margin-left: 30px;
	margin-top: 40px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color:#0a8ed4;
	background-color:#000000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: normal;
	font-weight: normal;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
}
.linemin {
	line-height: 5px;
	}
.format1{
	background-color: #1255bc;
	border-bottom-style:solid;
	border-bottom-width: 2px;	
	border-bottom-color: #000000;
	border-left-style:solid;
	border-left-width: 1px;	
	border-left-color: #000000;
	border-top-style:solid;
	border-top-width: 1px;	
	border-top-color: #000000;
	border-right-style:solid;
	border-right-width: 3px;	
	border-right-color: #000000;	
}

.nav:link {
	border-bottom-style: none;	
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	text-decoration: underline;
	color:#000000;
	}
.nav:visited {
	border-bottom-style: none;	
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	text-decoration: underline;
	color:#000000;
	}
.nav:hover {
	border-bottom-style: none;	
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	text-decoration: underline;
	color:#FF66CC;
	}	
.nav:active {
	border-bottom-style: none;	
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	text-decoration: underline;
	color:#000000;
	}
.nav:focus {
	border-bottom-style: none;	
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	text-decoration: underline;
	color:#000000;
	}
