/* CSS Document */

.content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75%;
	background-image:url(web_stars.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.115em;
	line-height: 1.5em;
	color: black;
	padding-left: 225px;
}

h1 {
font-style:italic;
font-weight: bold;
color: #E45404;
line-height: 1.5em;
font-size: 1.5em;
}

.rule_above {
border-top: 1px solid #E45404;
}

a {
text-decoration: underline;
color: black;
}

a:hover{
color: #E45404;
}