.small {
        background-color: #ffffff; /* white */
        color: #333; /* dark grey */
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 120%;
        margin-left: 15%;
        margin-right: 35%;
	margin-bottom: 70px;
        }
.small-black {
        background-color: #ffffff; /* white */
        color: #000000; /* black */
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 120%;
        margin-left: 15%;
        margin-right: 35%;

        }


.big {
        background-color: #ffffff; /* white */
        color: #333; /* dark grey */
        font-family: Georgia, 'Times New Roman', Times, serif; 
        font-size: 150%;
        margin-right: 30%;
        margin-left: 15%;
        }
.big-black {
        background-color: #ffffff; /* white */
        color: #000000;/* black */
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 150%;
        margin-right: 30%;
        margin-left: 15%;

	}

.footer {
        background-color: #ffffff; /* white */
        color: #333; /* dark grey */
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 95%;
        
	}

a.black:link {color:#000000; text-decoration:underline;}
a.black:visited {color:#000000; text-decoration:underline;}
