a:link {
    color: #0033ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}
a:visited {
    color: #0033ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}
a:hover {
    color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline
}
a:active {
    color: #0033ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}
body {
	background-attachment: fixed;
	background-image:  url(../images/PennyRoadBldg4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F7f7f7
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000
}
table {
    font-family: "Arial, Helvetica, sans-serif;";
    font-size: 14px;
	font-weight: normal;
	font-style: normal
}
.heading {
    font-color: #ffffff;
    font-family: "Arial, Helvetica, sans-serif;";
    font-size: 18px;
	font-weight: bold;
	font-style: normal
}
.current { 
    font-color: #000000;
    font-family: "Arial, Helvetica, sans-serif;";
    font-size: 12px;
	font-weight: bold;
	font-style: normal
}
.loss {
    color: #ff0000;
    font-family: "Arial, Helvetica, sans-serif;";
    font-size: 14px;
	font-weight: bold 
}
.win {
    color: #330099;
    font-family: "Arial, Helvetica, sans-serif;";
    font-size: 14px;
	font-weight: bold
}