body {
	color: #000000;
	background-color: #d9bb7a;
	text-align: left;
}

h1 {
	color: #f44800;
	font-size: 1.8em;
	margin-top: 30px;
	padding:3px;
	text-align:left;
}

h2, h3 {
	font-size: 1.4em;
	color: #d40000;
	margin-top: 15px;
}

a {
	text-decoration: none;
	color: #FF5A00;
}

a:visited {
	color: #FF1100;
}

a:hover {
	text-decoration: underline;
}

a:hover.nounderline {
	text-decoration: none;
}

.boxed {
        clear: both;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
        border: thick double red;
}

p.boxed {
        clear: both;
        text-align: left;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border: none;
}


