
/* wlostyle.css - the WLO style sheet */

BODY {
color: firebrick;
font-family: verdana;
font-size: 14px;
line-height: 150%
}

BODY B {
color: firebrick;
font-weight: bold;
}

H1 {
color: black;
font-family: arial;
font-size: 30px;
font-weight: bold
}

H2 {
color: firebrick;
font-family: arial;
font-size: 18px;
font-weight: bold
}

H3 {
color: darkred;
font-family: arial;
font-size: 16px;
font-weight: bold
}

SMALL {
color: firebrick;
font-family: verdana;
font-size: 75%;
line-height:100%
}

DIV.BOX {
border: solid;
border-width: thin;
width: 75%
}

DIV.IMAGE {
align: left;
font-size: 75%;
}