﻿body 
{
    font-family:Tahoma; 
    color:White;
    font-size:12px; 
}

a
{	color:White;
    font-size:12px; 
    font-weight:bold; 
    text-decoration:none;
}
a:hover
{	color:Blue;
    font-size:12px; 
    font-weight:bold;
    text-decoration:none;
}
.heading
{
    font-size:16px;
    font-weight:bold;
}

