/* Stylesheet for e-finance.ch */

body {background-color:#F0F5F2}

body,h1,h2,h3,h4,p,ul,ol,li,div,td,th,b,i {
font-family:Verdana,Arial,sans-serif;
font-size:11px;
color:#0C5425;
}

h1 {
font-size:18px;
font-weight:bold;
color:#0C5425;
}

h2 { 
font-size:15px;
font-weight:bold;
color:#0C5425;
}

h3 {
font-size:13px;
font-weight:bold;
color:#0C5425;
}

h4 {
font-size:12px;
font-weight:bold;
color:#D2D8D4;
}

a {
color:#909993;
text-decoration:none;
}
a:hover{ color:#B3BEB6 }


#nav, #nav a {
color:white;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
#nav a:hover{color:#B3BEB6}


/* Form styles */
input, select, textarea, option  {

font-family: Verdana,Arial,sans-serif;
font-size: 11px;
color: 0C5425;
}

#form input, #form select, #form textarea, #form option  {

font-family: Verdana,Arial,sans-serif;
font-size: 11px;
color: #0C5425;
background-color: #D2D8D4;
border: inset 1px #0C5425;
}