﻿body 
{
    font-size: 13pt;
    color: blue;
    font-family: 'Estrangelo Edessa';
    font-weight: bold;
    margin-left: 5%;
    margin-top: 5%;
    
}
a {
	color: #ff8c00;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #B11A13;
	font-size: 14px;
	text-decoration: none;
