body {

/* background-color: #e7e7e7; */
background-color: #e7e7e7;
color: #111;
font-family: verdana, arial, helvetica, sans-serif;
/*font-size: 0.75em;*/
font-size: 75%;
line-height: 133%
}

a:link {color: blue; text-decoration: underline; }
a:active {color: maroon; text-decoration: underline; }
a:visited {color: teal; text-decoration: underline; }
a:hover {color: navy; text-decoration: underline; }



h1 {
font-size: 1.5em;
}

h2 {
font-size: 1.3em;
font-style: bold;
color: 555;
padding: 0;
margin-bottom: 0.5em;

}

#attention {
font-size: 1.3em;
font-weight: bold;
line-height: 1.6em;
color: red;
}

table {
font-size: 0.95em;
margin: 0.5em;
}

ul {
padding-top: 0;
margin-top: 0;
padding-left: 1em;
margin-left: 1em;

}


strong {
font-size: 1.25em;
font-style: bold;
}

#test {
background-color: #f9e186;
padding: 2em;
border: 0.1em dotted;
margin: 1em;
/* border: 1em dotted */
}


#menu {
/*background-color: #eee;*/
line-height: 1.5;
padding-top: 1em;
padding-left: 1%;
padding-bottom: 0.5em;
}