/*Body classes*/
	body	{
		color:#336600;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-size:middle;
		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:#c98300;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
	a.menu:active {
		color:#c98300;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
	a.menu:visited {
		color:#c98300;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-weight: bold;
		text-decoration: none;
				}
	a.menu:hover {
		color:#ffcc00;
		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
				}
td.hdr		{
	font-family: 'Comic sans ms', cursive, Georgia;
	font-size : medium;
	color : Red;

					}	 
				
	td.hdr2		{
	font-family: 'Comic sans ms', cursive, Georgia;
	font-size : medium;
	color : #336600;
	
}	 
			
/*Table classes*/
		
	
				
	table.card1		{
	border-bottom : medium ridge Green;
	border-top : medium ridge Green;
	border-left : medium ridge Green;
	border-right : medium ridge Green;
						}
	table.card2		{
	border-bottom : thin ridge Green;
	border-top : thin  ridge Green;
	border-left : thin ridge Green;
	border-right : thin ridge Green;
						}
	table.hdr		{
	
	font-family: 'Comic sans ms', cursive, Georgia;
	font-size : medium;
	color : Red;
					}
	
table.footer	{
		color:#336600;
		font-family: 'Comic sans ms', cursive, Georgia;
		font-size:xx-small
				}
		