/* Body attributes */

body			
{ 
background-color: #fff;
text-align: center;
}

/* CSS definitions for fonts */

.a12
{ 
font: italic 12px Georgia;
color: #000000;
text-transform: lowercase;
}

.a18				
{ 
color: #000000;
text-transform: lowercase;
font: italic 24px Georgia;
}


.a300
{ 
font-family: Georgia; 
font-size: 200px; 
color: #000000;
text-transform: lowercase;
}


a:hover 
{  
background-color: #FFFF99;
}

a 
{ 
text-decoration: none; 
color: #000;             
outline: none; 
/* Removes Firefox imposed outline */
}

.footer
{ 
font: 16px Georgia;
color: #000000;
text-transform: lowercase;
text-decoration: none;
text-align: center;
width: 135px;
display: inline-block;
}
