a:link { color: blue; text-decoration: none }

a:active { color: red; text-decoration: none }

a:visited { color: purple; text-decoration: none }

a:hover { color: blue; text-decoration: underline }

.p1
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.p2
{
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:12px;
}


.p3
{
font-family:"Times New Roman", Times, serif;
font-size:10px;
}


.h1
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}
.p4 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}
.p1center {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
.p2center {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
