.BorderOut {
border-color: silver;
border-style: solid;
border-width: 1;
}

.BorderIn {
background-color: white;
border-color: #43DEF5;
border-style: solid;
border-width: 1;
}

.BorderMenu {
background-color: white;
border-color: #26AFF6;
border-style: solid;
border-width: 2;
font-size: 10pt;
}

.BorderGuest {
background-color: white;
border-color: #FFCC99;
border-style: solid;
border-width: 2;
}

.TextMenu {
font: 10pt MS Sans serif;
}




A:link {text-decoration: none; color: black }
A:visited {text-decoration: none; color: gray }
A:active {text-decoration: underline; color: red}
A:hover {text-decoration: underline; color: black }
