﻿/* General styles for right hand column text and links */

#rightcolumn
{
    color: #777777;
  
}

#rightcolumn p, #rightcolumn td
{
   margin-top:0;  
	font-size: x-small;
	line-height: 1.5em;
}

#rightcolumn h2
{
	margin: 0;
	font-size: small;
	line-height: 1.5em;	
}
    
#rightcolumn a:link
{
    color: Orange;
    text-decoration: none;
}
#rightcolumn a:hover
{
    color: #0099FF;
    text-decoration: none;
}
#rightcolumn a:visited
{
    color: Orange;
    text-decoration: none;
}

#rightcolumn a:hover
{
    color: #0099FF;
    text-decoration: none;
}

/* Specific for links.aspx using class anmes as described in http://del.icio.us/doc/feeds/js/styling */

#rightcolumn .delicious-posts ul, #rightcolumn ul, #rightcolumn li, #rightcolumn .delicious-posts li
{ 
    margin: 0; 
    padding: 0;
    line-height: 1.5em;
    font-size: x-small;
    list-style-type:none;
}

/* Specific for books page key on LHS column */

#BookPageKey
{
	font-size: x-small;	
}