@charset "UTF-8";
/* CSS Document */

p {
    font: 16px Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
h1{
    color: #A80021;
	font-family: "Times New Roman", "serif";
	font-size: 24px;
	text-align: left;
}

h2 {
    color: #A80021;
	font-family: "Times New Roman", "serif";
	font-size: 20px;
	text-align: left;
}

.footer {
    background-color: #041076;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer a {
    color:#fff;
}
.float-right {
    padding: 10px;
}
.float-left {
    padding: 10px;
}
