﻿body
{
    font-family: sans-serif;
    color: DarkGray;
    /* background-color: GhostWhite; */
    background: GhostWhite url("./img/img_tree.png") no-repeat fixed right top;
}
div
{
    text-align: center;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
/*
a.bolder:hover
{
    font-weight: bolder;
}
*/
div.cv
{
    text-align: left;
    font-size: smaller;
    color: #800000;
    font-variant: small-caps;
    cursor: pointer;
}
div.cv:hover
{
    font-weight: bolder;
}
div.cv_links
{
    text-align: left;
    font-size: smaller;
    font-variant: small-caps;
    display: none;
}
div.cv_links a
{
    color: Green;
}
hr
{
    width: 50%;
}
