
body 	{
   	background: url("bg-bl.gif") repeat-x  fixed;
	text-decoration : none;
	font: monospace;
	font-size: 14px;
	color: Blue;
}
div{
	font: monospace;
font-size: 14px;}
table
{
    layout:fixed;
	font: monospace;
	font-size : 14px;
}	
h1{
	background-color: Blue;
	font-family: monospace;
	font-weight : bold;
	color : white;
	font-size : 25px;
	border-style: none;
	border-width : medium none;
}
h2{
	font-family : monospace;
	font-weight : bold;
	color : White;
	font-size : 20px;
}
h3{
	font-family : monospace;
	font-size : 16px;
	font-weight : bold;
	color : Blue;
}
p{
	font-family : monospace;
	font-weight: bold;
	font-size: 14px;
}
b{
	color : White;
	font-family : monospace;
	font-size : 14px;
}
a:link{
	color : Aqua;
	font-weight : bold;
	text-decoration : none;
}
a:vlink{
	color : Yellow;
	font-weight : bold;
	text-decoration : underline;
}
a:hover{
	color : Pink;
	font-weight : bold;
	text-decoration : underline;
}
a:visited{
	color : Lime;
	font-weight : bold;
	text-decoration : none;
}
span{
	width:100%;height:10;filter:shadow(color:#666666,direction:135);
}
