/* CSS Document */



.linksmain { font-family:  arial, helvetica, sans-serif; color: black;}


#linksmenu { background-color: #ccccff; border: 1px solid black; text-align: center;}
#linksmenu ul { display: inline; list-style: none;}
#linksmenu ul li { display: inline; margin: 5px;  background-color: #ddddff;}
#linksmenu ul li a { 

font-size: small; font-weight: bold;  text-decoration: none; text-transform: uppercase; 
}
#linksmenu ul li a:hover { 
text-decoration: underline;
background-color: #eeeeff;

}

.linkcat { background-color: #eeffee;}
.linkcat h1 { background-color: #ccffcc; color: #666666; font-size: large; font-weight: bold; }
.linkcat dl dt { font-size: medium; margin-top: 10px;}
.linkcat dl dt a { font-size: medium; font-weight: bold; text-decoration: none; }
.linkcat dl dt a:visited { font-size: medium; font-weight: bold; text-decoration: none; }
.linkcat dl dt a:link { font-size: medium; font-weight: bold; text-decoration: none; }
.linkcat dl dt a:hover { font-size: medium; font-weight: bold; text-decoration: underline; }
.linkcat dl dt a:active { font-size: medium; font-weight: bold; text-decoration: underline; }
.linkcat dl dd { font-size: small; font-style: italic; margin-left: 0;}

.geninfo {}


