<!--
A:link{text-decoration:none;}
A:visited{text-decoration:none;}
A:active{text-decoration:underline;}
A:hover{text-decoration:underline;}
-->

A:link{ color: #993300; text-decoration: none; } 
A:visited{ color: #993300; text-decoration: none; } 
A:active{ color: #FFCC66;  } 
A:hover{ color: #FFCC66;  }

body {
	background-image : url(../images/wall.gif);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
	line-height : 160%;
}

