
.content{
font-family: verdana;
font-size: 10;
text-decoration: none;
color: 333333;
}

input.submit{
background-color: #e5e5e5;
font-size: 8;
}

.note{
font-family: verdana;
font-size: 9;
font-style: italic;
text-decoration: none;
color: 777777;
}


.title{
font-family: verdana;
font-weight: bold;
font-size: 12;
text-decoration: none;
color: 333333;
}

.menu{
font-family: verdana;
font-weight: bold;
font-size: 9;
text-decoration: none;
color: 555555;
}

.tab{
font-family: verdana;
font-weight: bold;
font-size: 9;
text-decoration: none;
color: 000000;
}

.pagenumber{
font-family: sans;
font-size: 9;
text-decoration: none;
color: 777777;
}

.submenu{
font-family: verdana;
font-size: 9;
text-decoration: none;
color: 777777;
}


.hide{
display: none;
}

.show{
display: block;
}


