@CHARSET "UTF-8";

body{
	background-color: AntiqueWhite;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	color: DarkBlue;
	text-align: center;
}

h2{
	color: green;
	text-align: center;
}

h4{
	text-align: center;
}

h5{
	color: blue;
}

p{
	color: blue;
}

.hlp{
	color: DarkSlateBlue;
}

span{
	color: Brown;	
}

.equ{
	color: red;
	text-align: center;
}