body {
        margin: 0px;
        width:100%;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        color: #000;
        background: #5b5b5b
}

A.menu_top {
	FONT-WEIGHT: bold;
        FONT-SIZE: 13px;
        COLOR: #ffffff;
        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:gray;
        padding:10px;
        height:110px;
}
	
