body {

	color: darkcyan;
	background-color: white;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;

}

a {

	font-size: 8pt;
	text-decoration: none;
	color: gray;
	font-family: verdana, arial, sans-serif;

}

p {

	text-align: justify;

}

h1, h2, h3, h4  {

	text-align: center;

}

input, select, textarea {

	color: darkcyan;
	
}