﻿body
{
    font-family: Arial;
    font-size:small;
    
}


.content img
{
    padding: 5px;
}

.content a 
{
    
    text-decoration:none;
    font-weight:bold;
}

.content a:hover
{
    color:#3333EE;
    text-decoration:underline;
    font-weight:bold;
}

.content a:visited
{
    color:Maroon;
    font-weight:bold;
}
    
