/* ƒŠƒZƒbƒg */
* {
color: black;
background-color: white;
text-decoration: none;
font-size: medium;
font-weight: normal;
font-style: normal;
}


body {
line-height: 1.5;
margin: 1em 1em;
padding: 0;
}

a:link    { color: blue;   text-decoration: underline; }
a:visited { color: purple; text-decoration: underline; }

h1 {
font-size: 200%;
background-color: #009600;
border-bottom: 2px silver solid;
border-right: 2px silver solid;
color: white;
padding: 0.2em;
}

img {
border-width: 0;
margin-right: 0.2em;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.mleft { margin-left: 14em; }

.telephone {
font-size: 200%;
font-weight: bold;
}

.big {
font-size: 120%;
font-weight: bold;
}

.big a:link {
font-size: 110%;
font-weight: bold;
color: blue;
text-decoration: underline;
}

.big a:visited {
font-size: 110%;
font-weight: bold;
color: purple;
text-decoration: underline;
}

.bigger {
font-size: 150%;
font-weight: bold;
}

.attention {
color: red;
font-weight: bold;
}

.navy {
color: navy;
}

.orange {
color: #ff9900;
}

.red {
color: red;
}

address {
font-style: italic;
}

em {
font-weight: bold;
}

h2 {
font-size: 150%;
font-weight: bold;
background-color: #99ff99;
border-bottom: 2px silver solid;
border-right: 2px silver solid;
padding: 0.2em;
}

h3 {
font-size: 120%;
font-weight: bold;
border-left: 5px green solid;
border-bottom: 1px green solid;
padding: 0.2em;
}

h4 {
font-weight: bold;
border-bottom: 1px green solid;
}

h5 {
color: white;
border-bottom: 1px green dashed;
}

div#link {
border: 2px green solid;
padding: 0.2em;
}

div#click {
border: 1px green solid;
padding: 0.2em;
}
