body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

    background-color: #002B76;
    font-size: 12px;
    font-color: #FFFFFF;
    font-family: Verdana, sans-serif;
 }

.title {
    font-size: 15px;
 }

.small-text {
    font-size: 10px;
 }

.medium-text {
    font-size: 12px;
 }

pricing {
	font-size: 12px;
    font-color: #FFFFFF;
 }

a.today:link {
	color: blue;
	text-decoration: underline;
 }

a.today:visited {
	color: black;
    text-decoration: none;
 }

a.today:hover {
	color: black;
	text-decoration: underline;
 }

a.today:active {
	color: black;
	text-decoration: none;
 }

a.yesterday:link {
	color: #C00B7F;
	text-decoration: underline;
 }

a.yesterday:visited {
	color: black;
	text-decoration: none;
 }

a.yesterday:hover {
	color: black;
	text-decoration: underline;
 }

a.yesterday:active {
	color: black;
	text-decoration: none;
 }

#centre {
	left:25%;
	position: absolute;
	width:50%;
	top:20%;
	background: #ff33cc;
    border:1px solid #000000;
 }

#footer {
	left: 10%;
	position: absolute;
	align: center;
	bottom: 0;
	width: 80%;
	font-face: verdana;
 }
