/* bk.css */

a:link {
	text-decoration			:none;
}	

.px_body {
	background-color		: #4e4e4e;
	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;
	text-decoration: none ;
}

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

a:link {
  text-decoration: none ;color: white; background-color: #4e4e4e;
}
a:visited {
  text-decoration: none ;color: white; background-color: #4e4e4e;
}
a:hover {
  text-decoration: none ;color: blue; background-color: #4e4e4e;
}
a:active {
  text-decoration: none ;color: black; background-color: yellow;
}

