/* bk.css */

a:link {
	text-decoration			:none;
}	

.px_body {
	background-color		: #4C4C4C;
	text-decoration			: none;
	color				: white;
	font-family			: helvetica,arial,sans-serif;
	font-size			: normal;
	font-weight			: normal;
	vertical-align			: middle;
	text-align			: center;
}

.header {
	color				: white;
	font-family			: helvetica,arial,sans-serif;
	font-size			: large;
	font-weight			: bold;
	vertical-align			: middle;
	text-align			: center;
}

.links   {
	color				: white;
	font-family			: helvetica,arial,sans-serif;
	font-size			: small;
	font-weight			: normal;
	vertical-align			: middle;
	text-align			: center;
}

a:link {
  color: white; background-color: #4c4c4c;
}
a:visited {
  color: white; background-color: #4c4c4c;
}
a:hover {
  color: black; background-color: yellow;
}
a:active {
  color: black; background-color: yellow;
}

