body {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Verdana, sans-serif;
    background: #ffdd00;
    color: #000;
    font-size: 0.8em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	margin: 0px;
}
h1 {    font-size: 2em;   }
h2 {    font-size: 1.6em;   }
h3 {    font-size: 1.3em;   }
h4 {    font-size: 1.2em;   }
h5 {    font-size: 1.1em;   }
h6 {    font-size: 1em;     }

p {
	margin: 2px 0px;
	margin-bottom: 3px;
    text-align: justify;
}
ul, ol {
    margin: 2px 0px 2px 30px;
}
li {
    margin: 0;
    padding: 0;
}
/*
li {
    margin-left: 15px;
    padding-left: 5px;
}
*/
input, select, textarea {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #c00;
}
.small {
    font-size: 0.85em;
    color: #666;
    font-weight: normal;
}
.centered {
    text-align: center;
}
img.border {
    border: solid 1px #000;
}
a img {
	border: 0;
}
.clear {
    clear: both;
}
.centered {
    text-align: center;
}
