div.mainRightNavBoxList
{
list-style: disc;
}


li.mainRightNavBoxListItem
{
color: green;
}

li.mainRightNavBoxListItem a 
{
color: blue;
text-decoration: none;
}

li.mainRightNavBoxListItem a:hover
{
color: blue;

font-weight: bold;
}

div.mainRightRecentContent
{
list-style: none;
margin:0;
margin-top: 25px;
width: 90%;
margin-left: 5%;
margin-right: 5%;
border-top: 1px solid black;
border-bottom: 1px solid black;
background: #F0F0F0;
padding-top: 5px;
padding-bottom: 1.5em;
}

ul.mainRightRecentContentList
{
list-style: none;
margin: 0;
padding: 0;
padding-top: 3px;
text-align: center;
} 

li.mainRightRecentContentListItem 
{
list-style: none;
margin: 5px;
background: lightgrey;
padding: 5px;
border: 1px dotted grey;
text-align: left;
}


li.mainRightRecentContentListItem a 
{
color: blue;
text-decoration: none;
}

li.mainRightRecentContentListItem a:hover
{
color: blue;
font-weight: bold;
}
