﻿/* style for list block */
.mod_content_links_block{ font-size: 11px; padding-bottom: 30px; padding-top: 5px; }


/* style for bulleted list */
.mod_content_links_ul{ padding-left: 15px; }

/* style for links */
a.mod_content_links_title { border-bottom: 1px solid #E4E4E4; display: block; text-decoration: none; padding: 3px; font-size: 12px; }
.mod_content_links_title a:link {  }

/* style for visited links */
.mod_content_links_title a:visited {}

/* style for hovering over links */
a:hover.mod_content_links_title  { text-decoration: underline; }

/*Style for the archive link*/
.archive { float: right; font-weight: normal; font-size: 12px;  }
