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