body {
margin: 10px;
padding: 0px;
font-family: Arial, helvetica, sans-serif;
font-size: 12px;
color: #663300;
background-image: url(assets/backgroundskin.jpg)
text-align: left;
}
table {
font-family: Arial, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #663300;
}

A:link {
	color: #663300;
	text-decoration: strong;
}

A:visited {
	color: #663300;
	text-decoration: none;
}

A:active {
	color: #663300;
	text-decoration: none;
}

A:hover {
	color: #663300;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

P {
	font-size: 12px;
	font-family : Arial;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #663300;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #663300;
}

HR {
	color : #663300;
}


