body {
        margin: 0px;
        width:100%;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        color: #292721;
        background-color: #6d6958; /*#89836e;*/
        background-image:url('pics/bg_body.png');
        BACKGROUND-REPEAT: repeat-x;
}

A.menu_top {
	FONT-WEIGHT: bold;
        FONT-SIZE: 13px;
        COLOR: #f5f5dc;
        TEXT-DECORATION: none;
}

A.menu_top:hover {
	COLOR: yellow;
	BORDER-BOTTOM: silver 1px dotted;
}

A.email {
        COLOR: black;
        TEXT-DECORATION: none;
}

A.email:hover {
	COLOR: silver;
	BORDER-BOTTOM: black 1px dotted;
}

TD.photo {
        background-color:#444444;
        padding:5px;
        height:150px;
}

A.link {
        COLOR: #5b5849;
        /*TEXT-DECORATION: none;*/
}

A.link:hover {
	COLOR: #7e7a66;
	BORDER-BOTTOM: black 1px dotted;
}

DIV.content {
        margin-left:10px;
        margin-right:15px;
        text-align:justify;
}

