h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	}
    p  {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    font-weight:bold;
    }
    p .copyright  {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:10px;
    font-weight:bold;
    }
    a:link {
    text-decoration: none;
    color: #FFFFFF;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    font-weight:bold;
    }
    a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    font-weight:bold;
    }
    a:hover {
    text-decoration: underline;
    color: #FF0000;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    font-weight:bold; 
	}
    a:active {
    text-decoration: none;
    color: #FF0000;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
	font-weight:bold;
    
    }