/* sytles for the links page */

body {
font-family:Arial, sans-serif;
}
h3 {
font-family:Tahoma, Arial, sans-serif;
text-align:left;
margin:0;
}
.linkdesc { /* link description links page */
font-family:Arial, sans-serif;
font-weight:bold;
}
.linkdesc span { /* link description links page */
font-size:12px;
font-weight:normal;
/*font-style:italic;*/
}
.red { /* links page */
font-size:12px;
font-weight:normal;
/*font-style:italic;*/
color:#f00;
margin-left:40px;
}
.top {  /* back to top */
text-align:right;
margin-right:20px;
}
.top a {  /* back to top */
font:12px Arial, sans-serif;
font-weight:bold;
line-height:4em;
}
