/* CSS Document */

.topBorderL{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #fdb20c;	
}
.topBorderR{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #9aa4ab;	
}

h1{
	color:#9aa4ab;
}
.redText{
	color:#F88017;
}
a{
	color: #F88017;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}