body {
        margin: 0px;
        width:100%;
        font-family: Verdana, Arial, sans-serif;
        color: #000;
        background: #eeeeee;
        background-image:url(pics/bg.jpg);
        BACKGROUND-REPEAT: repeat-x;
}



A.email {
        COLOR: black;
        TEXT-DECORATION: none;
}

A.email:hover {
	COLOR: gray;
	BORDER-BOTTOM: black 1px dotted;
}

div.menu {
        background-image:url(pics/menu.jpg);
        BACKGROUND-REPEAT: no-repeat;
        width:199px;
        height:34px;
        padding-top:0px;
        margin-bottom:0px;

}

a.menu {
        TEXT-DECORATION: none;
        font-family: tahoma
        text-decoration: none;
        font-size:12px;
        font-weight:bold;
        color:white;
        margin-left:60px;
}

a.menu:hover {
        color: yellow;
        BORDER-BOTTOM: white 1px dotted;
}

