#compbox {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFC;
	background-color: #900;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #000;
}
#compbox h1 {
	font-weight: bold;
	color: #FC0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60;
}
.greytext {
	color: #FF9;
}

#compbox a{
	color: #FFF;
	text-decoration: underline;
}

#compbox a:hover,  a:focus{
	color: #FFF;
	text-decoration: underline;
}
