
#linkpage_header {
	background:		url('../images/linkpage/header_bg.jpg');
	background-repeat:	repeat-x;
	height:			20px;
	width:			200px;
}
#linkpage_header_txt {
	font-weight:		bold;
	font-family:		verdana;
	font-size:		13px;
	text-transform:		uppercase;
	color:			#ffffff;
	margin-left:		5px;
}

#linkpage_body {
	background:		#e5e5e5;
	border:			1px solid #c7c7c7;
	width:			198px;
}

a.ulinkhier {
	color:			#000000;
	font-weight:		bold;
	text-decoration:	none;
}
a.dark {
	margin-left:		5px;
	color:			#000000;
	font-weight:		bold;
	font-family:		verdana;
	font-size:		10px;	
	text-decoration:	none;
	text-transform:		uppercase;
}
a.dark:hover {
	text-decoration:	underline;
}