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