.message {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 0px 0px 0px 20px;
        line-height: 1.5em;
        font-style: normal;
        font-weight: bold;
}
body {
        background-color: #b7b7b7;
}
#main {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 10px 30px 10px 30px;
        line-height: 1.5em;
        text-align: left;
}
#footer {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        padding: 10px 20px 20px;
        line-height: 1.75em;
        border-top-width: 0px;
        border-top-style: solid;
        border-top-color: #AA1405;
        text-align: center;
}
#sidebar {
        padding: 5px 20px 20px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #AA1405;
}
h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #AA1405;
}
h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
#wrapper {
        border: 1px solid #000000;
}
#nav {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
        background-color: #AA1405;
}
.dropcontent{
		width: 300px;
		height: 140px;
		border: 1px solid black;
		background-color: #white;
		display:block;
		padding: 10px;
}.date {
        font-size: 10px;
        font-weight: bold;
        color: #AA1405;
        font-family: Geneva, Arial, Helvetica, sans-serif;
}
.answer {
        background-color: #EDB92B;
        border-top: 1px solid #000;
        border-bottom: 3px double #000;
        display: none;
        margin: 0px 1em;
        padding: 0px 1em;
}
h1 {
        font-size: 16px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-bottom-color: #333333;
}

.answer {
        background-color: #FFFFCC;
        border-top: 1px solid #000;
        border-bottom: 3px double #000;
        display: none;
        margin: 0px 1em;
        padding: 0px 1em;
}

.li.new {
        list-style-position:inside
}