body
{
font-size: 12px;
font-family: Verdana;
}

a:active
{
text-decoration:none;
color: #0000FF;
font-weight: bold;
}

a:visited
{
text-decoration:none;
color: #000000;
font-weight: bold;
}

a:link
{
text-decoration:none;
color: #000000;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
color: #550000;
font-weight: bold;
}

.small, .updates, .small-grey
{
   font-size: 10px;
}

.small-grey
{
   color: #a0a0a0;
}

.updates
{
   background-color: #ddeeff;
   color: black;
   border: solid black 1px;
   padding: 5px;
   text-align: left;
}

.heading
{   
   font-size:   20px;
   font-weight: 700;
   /*background-color: #eeeeff;*/
   border-bottom: solid black 1px;
   width: 80%;
}

.paper
{
   border-left: solid black 5px;
   padding: 2px;
   margin: 2px;
   background-color: #eeeeee;
}

.download
{
   border-left: solid #448844 5px;
   padding: 2px;
   margin: 2px;
   background-color: #ddffdd;
}

.doc
{
   border-left: solid #884444 5px;
   padding: 2px;
   margin: 2px;
   background-color: #ffdddd;
}





