body {
    font-size: 16px;
    font-family: Verdana, sans-serif, Arial, Tahoma;
}

*html body {
    font-size: small;
    font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 99%;
}

*html pre, code, kbd, samp, tt {
  font-size: 108%;
}

h1 {
    font-size: 24px;
    margin-bottom: 1em;
}
h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0.7em;
}
h3 {
    font-size: 16px;
    margin-bottom: 0.5em;
}

/***** useful styles *****/
.right {
    text-align: right;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.underline {
    border-bottom: 1px dashed #333;
}

.grey {
    /* look at colors.css */
    font-size: 77%;
}

/** custom on site **/
.info address {
    font-family: Arial, Verdana, sans;
    font-size: 19px;
	font-weight: bold;
	font-style: normal;
}

.menu li a {
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.menu li.active a {
    text-decoration: none;
}

