#content pre
{
font-size: 1.1em;
min-height: 105px;
}

#content .important
{
min-height: 85px;
}

#navigation h2 a
{
display: block;
color: #666;
text-decoration: none;
}

#content i
{
 text-decoration:underline;
}

#content li
{
 margin-bottom:1em;
 margin-top:1em;
 margin-left:1.5em;
}

#content a 
{ 
    color: navy; 
} 

#content a:hover 
{ 
   color: #DD6249;
}

#content a:visited 
{ 
   color: gray;
}

#content a:visited:hover 
{ 
   color: #DD6249;
}

#tDescription
{
 margin-left:2em; 
 border-width:1px; 
 border-collapse:collapse;
 width:90%;
 background-color:#EEE;
}

#tDescription td
{
 border-style:solid; 
 border-width:1px; 
 border-color:gray;
 padding:5px;
}

#content .ItemStyle 
{
 margin:0.5em 4em 0.3em 10em;
 list-style-image: url('img/book2.gif');
 vertical-align: middle;
 background-repeat: no-repeat
}

#content .PopItemStyle 
{
 margin:0.2em 4em 0.2em 8em;
 list-style-image: url('img/book1.gif');
 background-image: url('blue.gif');
 background-repeat: no-repeat
}