@import "system.css";


h2 {
  text-transform: uppercase;
	color: #ad9d6a;
	font: bold 12px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1.5px;
  text-shadow: white 1px 1px 1px;
	border-bottom: 1px solid #ad9d6a;
	margin-bottom: 30px;
	padding-left: 10px;
	width: 860px;
	margin-left: 5px;
	margin-right: 10px;
	padding-bottom: 4px;
}

p.important {
	 text-transform: uppercase;
	color: #677275;
	font: bold 12px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1.5px;
  text-shadow: white 1px 1px 1px;
	padding-left: 10px;
	width: 860px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 10px;
}

p.important a:link
p.important a {
	color: #ad9d6a;
}

p.important a:hover{
		color: #9c8d60;

}

p.important a:visited{
			color: #9c8d60;
}

p.result {
	 text-transform: uppercase;
	color: #677275;
	font: bold 12px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1.5px;
  text-shadow: white 1px 1px 1px;
	margin-bottom: 30px;
	padding-left: 10px;
	width: 860px;
	margin-left: 5px;
	margin-right: 10px;
}

p {
  	  text-shadow: white 0px 1px 1px;

	color: #677275;
	font: 13px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
  text-shadow: white 1px 1px 1px;
	margin-bottom: 29px;
	margin-left: 15px;
	margin-right: 20px;
}


.row {
	margin-bottom: 0;
}
