td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight: normal;
	color: #000000;
}
body {
	background : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight: normal;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Yellow;
	text-decoration: none;
}
a:hover {
	color: Yellow;
	text-decoration: underline;
	font-weight: bold;
}
a.normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a:hover.normal{
	color:red;
	text-decoration: underline;
	font-weight: bold;
}
.padded {
	padding: 3px;
}