﻿body {
}

span.e
{
    text-decoration: underline;
    color: blue;
    cursor: default;
}


span.p
{
    color: green;
    cursor: default;
    text-decoration:underline;
    border-bottom: double 1px green;
}


span.o
{
    text-decoration:underline;
    color:red;   
    cursor:default;     
}
div.ad
{
    cursor:pointer;
    display:none;
}
div.adCopy
{
    cursor:pointer;
    height:100%; 
    width:100%; 
    padding-top:5px;
}