/* 
    Document   : leu_std
    Created on : May 4, 2010, 7:27:47 PM
    Author     : zip
    Description:
        Purpose of the stylesheet follows.
*/

body {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: black;
    color: gray;
}
h1 {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: silver;
}
table {
    border: none;
    border-spacing: 0px;
    padding: 0px;
}
small {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: gray;
}
a:link { font-weight:normal; color:gray; text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
a:visited { font-weight:normal; color:silver; text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
a:focus { font-weight:normal; color:red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
a:hover {  color:gray;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    font-size: 14px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
a:active { font-weight:normal; color:white; text-decoration:underline;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
}

root { 
    display: block;
}


