table.article{
text-align:			justify;
font-family:		arial;
color:			navy;
width:			100%;
}
td.heading{
font-size:			20pt;
color:			blue;
background-color:		navajowhite;
}
p{
margin-top:			0pt;
margin-bottom:		6pt;
margin-left:		0pt;
margin-right:		0pt;
}
p.heading{
color:			red;
font-weight:		bold;
font-style:			italic;
}
a{
color:			red;
text-decoration:		none;
}
a:hover{
text-decoration:		underline;
}
