/*Body classes*/
	body	{
		color:#336600;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-size:middle;
		background-image : url(../pics/bg_cloud2.jpg);
		background-color : ddfee1;
		scrollbar-face-color:'#336600';
		scrollbar-arrow-color:'#ddfee1';
		scrollbar-track-color:'#ddfee1';
		scrollbar-shadow-color:'#336600';
		scrollbar-highlight-color:'#ccffcc';
		scrollbar-3dlight-color:'#336600';
		scrollbar-darkshadow-Color:'#336600';
				}
/* important!! background image must be in the main folder - doesn't like to find images 			in subfolders or - make sure there is a .../  before the folder name */
	
/*Hyperlink classes=menu*/
	a.menu:link {
		color:#ffcc00;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
	a.menu:active {
		color:#ffffcc;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
	a.menu:visited {
		color:#ffcc66;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
	a.menu:hover {
		color:Yellow;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
/*Hyperlink classes=footer*/
	a.footer:link {
		color:#336600;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
		
	a.footer:visited {
		color:#336600;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
	a.footer:hover {
		color:#66cc00;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}	
	
/*Padding classes and id*/
	.padding10 	{
			padding:10
				}
	.padding20 	{
			padding:20
				}
	.padding30 	{
			padding:30
				}
	
/*Paragraph classes*/
	p			{
		color:#336600;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-size:middle
				}
/*Table Data classes*/
				
	td.nav		{
		background-repeat:no-repeat;
				}
	
	td.footer	{
		color:#336600;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-size:xx-small
				}
	
		