/* 
    Document   : mystyle
    Created on : 18.03.2009, 10:54:43
    Author     : dmitry
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
a.edit_link
{
    font-weight: bold;
    color: #45161c;
    background-color: white;
    margin-top: 1px;
}

a.edit_link:hover
{
    color: red;
}

div.email_msg
{
    text-align: center;
    margin-top: 25px;
}

a.email_back_link
{
    text-decoration: none;
    font-weight: bold;
    color: maroon;
}

a.email_back_link:hover
{
    color: red;
}

div.change_lang_ver
{
    margin:7px;
    text-align: right;
}

a.change_lang_ver
{
    font-weight: bold;
    text-decoration: none;
    color: maroon;
}

a.change_lang_ver:hover
{
    color: red;
}
