a:link {
	color:           black;
	text-decoration: none;
}

a:visited {
	color:           black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:active {
	color: black;
}

#rightBar {
	background-image: url(/granit.jpg);
	visibility:       visible;
	position:         absolute; 
	top:              10px; 
	left:             10px; 
	width:            180px; 
	height:           558px; 
	border:           solid 1px gray;
}

#content {
	visibility:       visible; 
	position:         absolute; 
	top:              10px; 
	left:             201px; 
	width:            765px; 
	height:           558px;
	border:           solid 1px gray;
}
