.body {
	background-color: #FFFFFF;
	background-position: center;
	width: 804px;
	margin-right: 10px;
	margin-left: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #3366CC;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-bottom-color: #9999FF;
}
.footer {
	text-align: center;
	bottom: 10px;
	width: 800px;
}
.p1 {
	width: 600px;
	display: block;
	text-align: justify;
	padding-bottom: 20px;



}
p {
	margin-left: 10px;
}

.link_p {
	width: 804px;
	text-align: center;
	background:  #001685;
	height: 25px;
	margin: 0;
	padding: 5px 0px
}

.link{
	color: white;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	vertical-align: center;
	background: #001685;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

.link a{
	text-decoration: none;
	color: white;
	padding: 5px 44px;

}
.link a:link{
	text-decoration: none;
	color: white;
	padding: 5px 44px;
	}
.link a:link:hover{
	padding: 5px 44px;
	background: #015AB6;
}
.link a:visited{
	padding: 5px 44px;
	background: #001685;
}
.link a:visited:hover{
	background: #015AB6;
	padding: 5px 44px;
}

.success{
	color: green;
	font-weight: bold;
}

.error{
	color: red;
}

