html {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-size: 12px;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;

}
img {
	border: none;
}


a {
 color: #004de3;
 font-style: bold;
 text-decoration: none;
 size: 16px;
 }
 a:hover {
	 text-decoration: yes;
 }
p {
 color: #000000;
 }


h1 {
color: #460063;
font-size: 15px;
font: stong;
}

h6 {
color: #d0c7ad;
font-size: 16px;
font: stong;
text-decoration: blink;

}

h2 {
color: #ffffff;
font-size: 14px;
}

h3 {
color: #eeca75;
font-size: 14px;

}
h4 {
color: #a62b00;
font-size: 12px;

}

h5 {
color: #dbb590;
font-size: 10px;

}

