A:link { color: rgb(0,64,128); text-decoration: none; }
A:visited { color: #50657C; text-decoration: none; }
A:hover { color: #B6D508;  text-decoration: none; }
A:active { color: #B6D508;  text-decoration: underline; }
html
{
	font-family: Verdana, Arial, Times;
	font-size: 12px;
	background-image: url("wla.gif");
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-attachment: absolute;
}
/*
div.right
{
font-size:10px;
text-align:right;
margin-top:5%;
margin-left:80%;
margin-right:0%;
position:fixed;
}
*/
div.right {
text-align:right;
font-size:10px;
position: absolute;
top: 100px;
right: 0%;
width: 18%;
background: transparent;
padding: 0;
margin: 1em;
border-width: 0;
}
div.title
{
margin-left:200px;
margin-right:200px;
}
div.content
{
margin-left:10%;
margin-right:20%;
background: transparent;
}
div.menu
{
margin-left:10%;
margin-right:20%;
}
table
{
	font-size: 12px;
	border-width:1px;
	border-style: solid;
	border-color:black;
}
table.nb
{
	font-size: 12px;
	border-width:0px;
	border-style: solid;
	border-color:black;
}
th
{
	border-width:1px;
	border-style: solid;
	border-color:black;
}
th.borderless
{
	border-width:0px;
}
td.bb
{
border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color:black;
	}