body {

font-family: "Bradley Hand ITC";
background-color: #CCFFFF;
font-size: 20px;
font-weight: bold;
   text-align:center;   /*This centers the table, along with text.*/
   color: #0033FF;  /*This colors the text. (dark blue)*/
}

td {font-size: 20px;
font-weight: bold;
text-align: center;
 padding: 1px;
}

p {font-size: 20px;
font-weight: bold;}

h1 {font-size: 35px;}
h2 {font-size: 25px;}
h3 {font-size: 20px;}

/* ------------- links ---------------------- */
a:link {color: #0033FF; text-decoration: none;}
a:visited {color: #0033FF; text-decoration: none;}
a:hover {color: green; text-decoration: underline;}
a:active {color: green; text-decoration: none;}

/*--------------------------------------------------------------------------*/

#donations {
position: absolute;
top: 100px;
left: 10px;
width: 200px;

border: 0px outset green;
font-size: 17px;
font-weight: bold;
color: brown;
text-align: center;
z-index: 15;
}

/*------------ classes --------------------------------------------------------------*/

.greenClass {color: green;}
.brownish {color: #620D2C}
.magenta {color: #C00B58}
.greenish {color: #587F12}
.red {color: red;}
.smaller {font-size: 15px;}

.left-floating {float: right}


















