

P {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #ff0000;
}
a:link {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	color: #ff0000;
}