body
{

	background-color: #45505B;
	color: white;
}

#display
{
 	border:5px solid white;
}

p {
	font-family: arial, helvetica, sans-serif; font-size: small;
	color: white;
	text-align: center
}

b {
	font-family: arial, helvetica, sans-serif; font-size: small;
	color: white;
	text-align: center
}


a:link { text-decoration: none; 
	color: #ffffff;
	}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover { text-decoration: underline; color: #000000; }
