body {
	background-color: #FFFFFF;
	color : #000000;
	font-family:  Times New Roman, Times, serif;
	font-size:  12px;
}
A {
	text-decoration: underline;
	color: #008000;
}

A:Hover {
	text-decoration: underline;
	color: #008080;
}
A:Visited {
	text-decoration: underline;
	color: #808080;
}
H1 {
	font-size: 22px;
}
H1.center {
	font-size: 22px;
	text-align: center;
}
H2 {
	font-size: 18px;
}
H2.center {
	font-size: 18px;
	text-align: center;
}
p {
	font-size:  14px;
}
p.center {
	font-size:  14px;
	text-align: center;
}
ul {
	font-size:  14px;
}
.just {
    text-align: justify;
}