body {
	font-family: "Times New Roman", Times, serif;
}

p {
	font-size: 20px;
	font-weight: bold;
}

BLOCKQUOTE {
    display:none
}

a:link {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:active {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
