/* CSS Document */

a {
color: #A40000;
}
a:hover {
color: #849AC9
}
a:active {
color: #021A3D;
}
a:visited {
	color: #000;
}

body {
	background-color: #fff;
	color: #000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.75em; 
	line-height: 20px;
	margin: 0px;
	text-align: left;
}

h1, .heading{
	font-weight: bold;
	font-size: 120%;
	color: #A40000;
}

h2, .heading {
	font-weight: bold;
	font-size: 95%;
	color: #A40000;
}

#content ul {
	margin: 0px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
	color: black;
	list-style-position: outside;
	line-height: 18px;
	list-style-type: square;
}

#wrap {
display: none

}

#rest {
display: none

}
#content {
	width: auto;
	border: 0;
	margin: 5%;
	padding: 0;
}