body {
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
p {
}
td {
color: black;
font-size: 11px;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
a:link {
color: #333;
text-decoration: none;
}
a:visited {
color: #333;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: underline;
}
a:active {
color: #333;
}

#menu {
background-image: url(../images/menu_bck.jpg);
border-top: 1px solid gray;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
#menu td {
text-align: center;
width: 120px;
padding: 10px 5px;
border-left: 1px solid gray;
cursor: pointer;
white-space: nowrap
}

.selected {
color: black;
font-weight: bold;
background-image: url(../images/menu_over.jpg);
text-decoration: underline;
}

.invitation {
text-align: left;
width: 300px;
margin: 20px;
padding: 20px;
border: solid 1px black
}
#agenda {
background-color: black
}


