body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}
h1 {
    font-weight:normal;
    font-size: 24px;
    text-align: center;
}
h2 {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
h3 {
    font-weight:normal;
    font-size: 14px;
    text-align: center;
}
h4 {
    font-weight:normal;
    font-size: 18px;
	text-align: center;
	font-weight:bold
}

a {
	color: #000000; 
    text-decoration:underline;
    }

a:hover {
	color: #000000; 
    text-decoration: underline ;
    }

a:active, link, visited  {
    color: #000000; 
	text-decoration:underline;
    }
