 * {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    color: #444444;
    background-color: #DDDCD8;
	line-height:16px;
    font-size: 12px;
}

p {
    margin: 0 0px 5px 0px;
}

h1 {
    margin-bottom: 15px;
    padding: 0 0 2px 0;
    font-weight: bold;
    font-size: 16px;
    color: #F1592A;
}

h2 {
	font-size: 14px;
	margin-bottom: 7px;
}

h3 {
	margin-bottom: 7px;
}

ul {
    margin: 0 12px 5px 22px;
    list-style-type: disc;
    list-style-position: outside;
}

ol {
    margin: 0 12px 5px 22px;
    list-style-position: inside;
}

a {
    color: #444444;
    text-decoration: underline;
}

a:hover {
    color: #888888;
    text-decoration: none;
}
