﻿body 
{
    font-family:Verdana;
    font-size:small;
   
}
.Heading1
{
   color:Red;
   font-weight:bold;
   font-size:large;
   
}
.ProfileName
{
    background-color:Silver;
}

.ScenarioTitle
{
    font-size:medium;
}

.VScroll
{
    overflow:scroll;
}

.answered
{
     background-color:#e3e2ce;
     color:Gray;
}

.unanswered
{
    background-color:White;
}
A:active
{
    color:Red;
    text-decoration:none;
}
A:hover
{
    color:Red;
    text-decoration:underline;
    background-color:Yellow;
}
A:link
{
    color:Red;
    text-decoration:none;
}
A:visited
{
    color:Red;
    text-decoration:none;
}
