/* CSS Document */

body
{
background-color:#CAE1FF;
font-family: SassoonPrimaryInfant, "Comic Sans MS", Arial, Courier, "MS Sans Serif";
}

h1
{
font-family:SassoonPrimaryInfant, "Comic Sans MS", Arial, Courier, "MS Sans Serif";
font-size: 275%;
text-align:center;
color:#006600;
}

h2
{
font-size: 150%;
font-family: SassoonPrimaryInfant, Arial, sans-serif, verdana;
color:#006600;
font-weight: 500;
}

p
{
font-family:SassoonPrimaryInfant, "Comic Sans MS", Arial, Courier, "MS Sans Serif";
font-size:150%;
text-align:center;
color:#009900;
}

p.small
{
font-family:SassoonPrimaryInfant, "Comic Sans MS", Arial, Courier, "MS Sans Serif";
font-size:100%;
text-align:center;
color:#009900;
}


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

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

img
{
border:0;
}

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