/* CSS Document */
#comlinks {
padding-left:15px;
padding-top:15px;
font-size:12px;
}
#comlinks a:link {
color:#000099;
text-decoration:underline;
}
#comlinks a:visited {
color:#000099;
text-decoration:underline;
}
#comlinks a:hover {
color: #990000;
text-decoration:none;
}
#comlinks h3 {
font-size:14px;
color:#000066;
}
#comlinks ul{
text-indent:5px;
}
#comlinks li {
list-style-image: url(images/arrow.gif);
list-style-type:none;
}


