/* CSS Document */
body
{
background-color:#6666FF;
font-family:SassoonPrimaryInfant, Arial, sans-serif, verdana;
font-size:125%;
}

h1
{
font-size: 275%;
color: #CCCCFF;
text-align:center;
}

h2
{
font-size: 175%;
color: #CCCCFF;
font-weight: bold;
}

p
{
font-size: 150%;
font-family: SassoonPrimaryInfant, Arial, sans-serif, verdana;
text-align: center;
color:#000000;
}

p.sm
{
font-size: 100%;
font-family: SassoonPrimaryInfant, Arial, sans-serif, verdana;
text-align: center;
color:#000000;
}

th 
{
font-size: 175%;
color: #CCCCFF;
font-weight: bold;
}

td 
{
font-family: SassoonPrimaryInfant, Arial, sans-serif, verdana;
font-size: 150%;
}


span.active
{
	font-size: inherit;
	color:#CC99CC;
	cursor:help;
}

ul
{
font-size: 100%;
font-family: SassoonPrimaryInfant, Arial, sans-serif, verdana;
text-align: left;
color:#000000;
}

div
{
font-family: SassoonPrimaryInfant, Arial, sans-serif, verdana;
font-size: 90%;
}

img
{
border:0;
}

a:link     {color: #0000FF}
a:visited  {color: #0000FF}
a:hover    {color: #FF33CC}
a:active   {color: #0000FF}

