<!--
body
{
	font-family: "Lucida Sans Unicode";
	color: #FFFFFF;
  	background-image: url(image/HrathnirStyleBackground.png);
	background-attachment: fixed;
	scrollbar-face-color: #444444;
	scrollbar-shadow-color: #444444;
	scrollbar-3dlight-color: #888888;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-highlight-color: #444444;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #444444;
}

a:link,a:visited,a:active
{
	font-family: "Lucida Sans Unicode";
	text-decoration: none;
	color: #C8E3FF;
}

a:hover
{
	font-family: "Lucida Sans Unicode";
	text-decoration: none;
	color: #FFE3C8;
}

hr
{
	color: #888888;
}

img
{
	border: none;
}

input,textarea,select
{
	font-family: "Lucida Sans Unicode";
	color: #FFFFFF;
	background-color: #222222;
}
-->