﻿    	table
    	{	
    		margin-left			: auto;
    		margin-right		: auto;
    		padding				: 0;
    		clear				: both;
    		background-color	: #DFEFFF;
    		text-align			: center;
   		}
   		
   		td
   		{
			padding: 0;
		}
		
		body 
		{
			background: teal;
		}
    	.footer b
    	{
			font-size	: xx-large;
		}
				
		.footer 
		{
			font-size: small;
		}
		
    	.menuList
    	{
			margin-left		: auto;
			margin-right	: auto;
			margin-top		: 0;
			margin-bottom	: 0;
			width			: 750px;
			list-style		: none;
			background-color: #DFEFFF;
			padding			: 0;
		}

		.menuList li
		{
			text-align	: center;
			list-style	: none;
			position	: relative;
			float		: left;
			border		: 1px blue solid;
			padding		: 0;
		}
		
		.menuList ul
		{
			visibility	: hidden; 
			list-style	: none;
			position	: absolute;
			top			: 0;
			left		: 0;
			margin-top	: 21px;
			padding 	: 0;
			margin-left : 0;
		}	

		.menuList ul li
		{
			float		: none;
			position	: relative;
		}
		
		.menuList ul ul
		{
			top			: -20px;
			left		: 149px;
			position	: absolute;
			padding-left: 0;
			margin-left	: 0;
		}
	
    	.menuList a
    	{
			background		: teal;
			text-decoration	: none;
			display			: block;
			width			: 185px;
			padding			: 0;
			border			: 0px;
			font-family		: "Monotype Corsiva";
			font-size		: large;
			color			: #DFEFFF;
		}
		
	
		.menuList a:hover
		{
			background	: #DFEFFF;
			color		: teal;

		}
