

.catlink {
    text-decoration:none;
	border:0px;
	font-size:14px;
	font-weight:bold;
	color:#527d9f;
	border-bottom:1px dotted #527d9f;
}

.catlink:hover {
	color:#527d9f;
    text-decoration:none;
	border-bottom:1px dotted #fff;
}

.catsublink {
    text-decoration:none;
	border:0px;
	font-size:12px;
	color:#527d9f;
	border-bottom:1px dotted #527d9f;

}

.catsublink:hover {
	color:#527d9f;
    text-decoration:none;
	border-bottom:1px dotted #fff;
}

.plink {
text-decoration:none;
border:0px;
font-weight:bold;
color:#527d9f;
border-bottom:1px dotted #527d9f;
}

.plink:hover {
color:#527d9f;
text-decoration:none;
border-bottom:1px dotted #fff;
}

.purl {
color:#b65b3f;
font-size:11px;
}

/*
.linkbox1
{
width:100%;
padding:3px;
}

.linkbox1:hover
{
background-color:#F9F9F9;
}

.linkbox2
{
width:100%;
padding:3px;
}*/

.linkbox2:hover
{
background-color:#F9F9F9;
}

.pagebox {
    text-decoration:none;
    color:#527d9f;
    border-bottom:1px dotted #527d9f;
}

.pagebox:hover {
    border-bottom:1px dotted #fff;
}

.pageboxselected {
    text-decoration:none;
    font-weight: bold;
    color:#527d9f;
}

.pageboxselected:hover {
    border-bottom:1px dotted #fff;
}

#newlink a {
    text-decoration:none;
    color:#527d9f;
    border-bottom:1px dotted #527d9f;
}
#newlink a:hover{
    border-bottom:1px dotted #fff;
}

h2 a {
    text-decoration:none;
    color:#527d9f;
    border-bottom:1px dotted #527d9f;
}
h2 a:hover{
    border-bottom:1px dotted #fff;
}