/* 
    Document   : style
    Created on : Mar 20, 2009, 11:26:41 AM
    Author     : gre
    Description:
        Purpose of the stylesheet follows.
*/

body {
    text-align: center;
    font-family: Tahoma, sans-serif;
    font-size: small;
}

#mainContener {
    width: 70%;
    margin: 1% auto;
}

*.entry {
    margin: 0;
    padding: 1% 0;
    border-bottom: 0.12em solid #48A7FF;
    text-align: left;
}

*.entry h1 {
    text-align: left;
    font-size: 1em;
    border-left: 0.5em solid #48A7FF;
    padding-left: 1em;
}

*.entry p {
    text-align: justify;
    font-size: 0.75em;
    margin: 1% 0;
    color: #A3A3A3;
}

*.entry span {
    margin: 1em 0;
}

*.link {
    color: #1857FF;
    font-size: 0.75em;
}

*.link:hover {
    color: #000000;
}
