body {
font-family: 				SassoonPrimaryInfant, Comic Sans MS, Arial;	
background-color: 			royalblue;
scrollbar-arrow-color: 			royalblue;		
scrollbar-base-color: 			royalblue;
scrollbar-dark-shadow-color:		#FFCC00;
scrollbar-track-color: 			royalblue;
scrollbar-face-color: 			white;
scrollbar-shadow-color: 		white;
scrollbar-highlight-color: 		white;
scrollbar-3d-light-color: 		white;
color:							yellow;
}
body.bla	{color: black;font-family: 				SassoonPrimaryInfant, Comic Sans MS, Arial;}
a.test		{font-weight:normal;
		 font-family: SassoonPrimaryInfant, Comic Sans MS, Arial;
				font-size:15px;
			 color: yellow;}
b.yelo		 {color: yellow;}
b.black		 {color: black;}

td.yel		{color: yellow}
td.bl		{color: black}

a 			{color: yellow;
			text-decoration: none}

a:link {
        background-color:       transparent;
}

a:visited {
        color:                 yellow;
        background-color:       transparent;
}

a:active {
        color:                  yellow;
        background-color:       transparent;
}

a:hover {
        color:                  skyblue;
        background-color:       transparent;
}