
body
{
    background-color: green; 
}

a
{
   text-decoration: none; 
   color : green;

}

.text
{
    font-family :times;
    font-size : 17px;
    font-weight : normal;
    text-indent : 0px;
    text-decoration : none;
    color : #000000;
}

.emphasis
{
    font-family :times;
    font-size : 19px;
    font-weight : normal;
    text-indent : 0px;
    text-decoration : none;
    color : #000000;
}

.lemphasis
{
    font-family :times;
    font-size : 20px;
    font-weight : normal;
    text-indent : 0px;
    text-decoration : none;
    color : green;
}

.title
{
    font-family :times;
    font-size : 30px;
    font-weight : normal;
    text-indent : 0px;
    text-decoration : none;
}

.question
{
    font-family :times;
    font-size : 18px;
    font-weight : normal;
    text-indent : 0px;
    text-decoration : none;
}

.answer
{
    font-family :times;
    font-size : 14px;
    font-weight : normal;
    text-indent : 0px;
    text-decoration : none;
    color : black;
}

