body {
	color : #a11818;
	background-color : #a11818;
	margin : 0;
}

body, div, p, td, th, li, dd, dl, dt {
	font-family : Arial, Helvetica, sans-serif;
}

p, li, dd, dl, dt {
	color : #000000;
	background-color : transparent;
	font-size : 10px;
}

li {
	color : #000000;
	background-color : transparent;
	font-size : 10px;
	list-style-image: url(../images/arrow-select.gif);
}

b {
	color : #000000;
	font-size : 11px;
	font-weight : bold;
}

td, th {
	color : #000000;
	font-size : 10px;
}

h1 {
	color : #000000;
	font-size : 16px;
	font-weight : bold;
	text-align : center
}

h2 {
	color : #000000;
	background-color : transparent;
	font-size : 14px;
	font-weight : bold;
	
}

h3 {
	color : #000000;
	background-color : transparent;
	font-size : 12px;
	font-weight: bold
}

a:link {
	color : #000000;
	background-color : transparent;
}

a:visited {
	color : #000000;
	background-color : transparent;
}

a:active {
	color : red;
	background-color : transparent;
}

