/* MAGICMATHWORKS STYLESHEET JULY 2002  */


/* GENERAL TYPEFACES */

body, p, th, td {  
font-family: Tahoma, Arial, Geneva, Verdana, Helvetica, sans-serif;
font-size : 1em;
}

h1 {
font-size: 18px;
color: #FFFFFF; 
background-color: #6666CC;
}

.small {  /* Smaller type for address etc */
font-size : 10px;
}






/* MENU LINKS - CHANGES COLOUR ON MOUSE-OVER HOVER */

a.menu:link,a.menu:visited,a.menu:active { 
color: #FFFFFF; 
background-color: #6666CC;
font-size : 12px;
text-decoration : none;
}

a.menu:hover { 
color: #FFCC00; 
background-color: #6666CC;
font-size : 12px;
text-decoration : none;
}


a.smallmenu:link,a.smallmenu:visited,a.smallmenu:active { 
color: #FFFFFF; 
background-color: #6666CC;
font-size : 10px;
text-decoration : none;
}

a.smallmenu:hover { 
color: #FFCC00; 
background-color: #6666CC;
font-size : 10px;
text-decoration : none;
}
