﻿p {
	font-family: Arial;
	line-height: normal;
	text-align: left;
	white-space: normal;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #800080;
	font-weight: bold;
}
a:active {
	color: #0000FF;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #FFFF00;
}

