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