/* simple stylesheet */

h1, h2, h3 {
text-align:left;
}

h1 { /* for NS4 only */
font-family:Arial, Verdana, Geneva, Serif;
color:#f80;
background:transparent;
}

h2 {
font-family:Arial, Verdana, Geneva, Serif;
font-weight:900;
color:#f80;
background:transparent;
}

p, ul, ol, li {
font-family:Verdana, Arial, Helvetica, Serif;
}

p {
color:#67a;
background:transparent;
line-height:130%;
}

ul li {
color:#f80;
background:transparent;
line-height:110%;
font-weight:normal;
list-style:square;
}

ol li {
color:#67a;
background:transparent;
line-height:140%;
font-weight:normal;
list-style:decimal outside;
}

a {
color:#f80;
font-weight:bold;
background:transparent;
border-bottom:1px dashed #f80;
text-decoration:none;
}

a:hover {
color:#569;
background:transparent;
text-decoration:underline;
border-bottom:none;
}

a.logo {
border:0;
text-decoration:none;
color:#67a;
background:transparent;
}

a.logo:hover {
border:0;
color:#67a;
background:transparent;
}

/* menus */

strong {
font-weight:normal;
color:#f80;
background:transparent;
}

img {
border:0;
}

