a:link, a:visited {
  color: white;
  text-decoration: none;
}
 
a:hover {
  color: #BCF0FE;
  text-decoration: none;
}

a.vis:link, a.vis:visited {
  color: #BCF0FE;
  text-decoration: none;
}

body {
	background-color:#000033;
	background-repeat:no-repeat;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

table.pr {
	filter:alpha(opacity=80);
	opacity:0.8;
}

td {
	vertical-align: top;
	color: white;
	font-size:12px;
}
.yel {
	color: #BCF0FE;
}