body	{
	font-size: 11pt;
        color: #330066;
        line-height: 115%;
        font-weight: bold;
        font-family: Tahoma, Verdana, Arial, sans-serif;
	background-image: url(BG_Forodrim.jpg);
	background-color: #EBEBF5;
	background-attachment: fixed;
        margin-left: 9px;
        margin-top: 10px;
	}

A         {
          font-family: Tahoma, Verdana, Arial, sans-serif;
          font-size: 10pt;
          font-weight: bold;
          color: White;
          text-decoration: none
          }

A:visited {}

A:active  {}

A:hover   {color: Yellow}

a.knapp 	{
		margin: 0px;
		padding: 4px 20px;
		height: 1em;
		border: 1px outset #222;
		background-color: #00b;
		background-image: url(BG_Button1.gif);
		background-position: left top;
		background-repeat: repeat-x;
		color: White;
		text-decoration: none;
		text-align: center;
		white-space: nowrap;
		}

a:active.knapp	{
		border: 1px inset #fff;
		background-color: #88f;
		background-image: url(BG_Button2.gif);
		background-position: left bottom;
		color: yellow;
		}
