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