/* Normal, standard links. */
a:link {
	color: #969696;
	text-decoration: none;
}

a:visited {
	color: #969696;
	text-decoration: none;
}

a:hover {
	color: #d50000;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #aaa;
	text-decoration: none;
}

a.nav:hover {
	color: white;
	text-decoration: none;
}


/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: #263F58;
	font-size: small;
	font-family: verdana, sans-serif;
}
body
{
	margin: 0px;
	padding: 1px 1px 1px 1px;
	background-color: #000000;
	
}
.wbg
{
	background-color: #EFEFEF;
	color: purple;
	
}
.wbg2
{
	background-color: #363636;
	color: purple;
	
}
.sol
{
	background: url('images/sol.png') repeat-y;
	color: #000000;
	
}


.sag
{
	background: url('images/sag.png') repeat-y;
	align: right;
	color: #000000;
	
}

