body 
{
	color: #c0c0c0;
	font-family: arial;
	font-size: 10pt;
	background-color:black;
	background-image: url("images/pagebkg.jpg"); 
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position:top right;
	
}

b 
{
	font-family: arial;
	font-size: 10pt;
	color: #c0c0c0;
	filter:alpha(opacity=100, finishopacity=50, style=1);
}

i 
{
	font-family: arial;
	font-size: 10pt;
	color: #c0c0c0;
}

A:visited
{
	text-decoration: none;
	color: #394C4C;
	font-family: georgia;
	font-size: 11pt;
	filter:glow (Color=red, Strength=3);
}

A:link
{
	text-decoration: none;
	color: #6E9191;
	font-family: georgia;
	font-size: 11pt;
	filter:glow (Color=#000000, Strength=3);
}

A:hover
{
	text-decoration: none;
	background: url('images/pagebkg.jpg') repeat-x;
	color: #292929;
	font-size: 11pt;
	font-family: georgia;
	filter:glow (Color=#ffffff, Strength=2);
	height:0;
}
