/* CSS Document */

.topBorderL{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #ff0000;	
}
.topBorderR{
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #f97b00;	
}

h1{
	color:#ce6e17;
}
.orangeText{
	color: #ce6e17;
}
a{
	color: #ce6e17;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
