a
{
    text-decoration: none;	
}

h2    
{ 
    font-size: large;
    font-weight: bold; 
    color: #118C5D; 
}

ol li a
{
    text-decoration: none;  
}

ol li a:hover
{
    text-decoration: underline;  
}

.answer
{
}

.answer ol li
{
    font-weight: bold; 
    color: #118C5D; 
}

.answer ol li > a
{
    font-size: xx-small;
    text-decoration: none;
    margin-right: 2em;
    margin-left: 2em;
    padding-right: 1em;  
    padding-left: 1em;  
}

.answer ol li a:hover
{
    text-decoration: underline;  
}
