html {
color: #2d2d2d;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt; 
line-height: 1.4em;
background: #FFF;
}

body.tags {
padding: 8px 15px 15px 15px;
}

body.tags h3 {
color: #b71a1a;
}

a:link img,
a:hover img,
a:visited img,
a:active {
border: 0;
}


* {
padding: 0;
margin: 0;
outline: none;
font-size: 100%;
line-height: inherit;  
_line-height: 1.4em;
}

input, textarea {
padding: 0.2em;
}



a:link, 
a:active,
a:visited {
color: #0e8db7;
}

a:hover {
color: #cc4e4e;
}

a.dashed:link, 
a.dashed:active, 
a.dashed:visited {
color: #0e8db7;
text-decoration: none;
border-bottom: 1px dashed;
}

a.dashed:hover {
text-decoration: none;
border-bottom: 1px dashed;
}


h1 {
font-size: 1.8em;
margin: 1.2em 0 1em 0;
font-weight: normal;
color: #0e8db7;
}

h2 {
font-size: 1.7em;
margin: 1.8em 0 0.5em 0;
font-weight: normal;
color: #0e8db7;
}

h3 {
font-size: 1.4em;
margin: 1.3em 0 0 0;
padding: 0;
font-weight: normal;
line-height: 1.6em;
color: #0E8DB7
}

h4 {
font-size: 1.3em;
margin: 1em 0 0.4em 0;
font-weight: normal;;
color: #0e8db7;
}

h5 {
font-size: 1.2em;
margin: 0.5em 0 0.4em 0;
font-weight: normal;
}

h6 {
font-size: 1.0em;
margin: 0.9em 0 0 0;
font-weight: bold;
}


p {
margin: 0.8em 0 0.9em 0;
}


table {
border: 0;
border-collapse: collapse; 
}

table td, 
table th {
padding: 0;
vertical-align: top;
text-align: left;
}


ul, ol {
margin: 0.2em 0 1.4em 0; 
padding: 0 0 0 2em; 
}

small, sup, sub {
font-size: 0.8em;
}

big {
font-size: 1.2em;
}

ul li {
margin: 0.5em 0;
padding: 0 0 0 15px;
list-style-type: none;
}

.no_display {
display: none !important;
}