/*------- Hannah.css ------------*/

body {
			background-color: #FFFFFF; 
			color: black; 
			margin-top:120px; margin-left:20px; margin-right:20px;
			font-family: Palatino.garamond,times new roman;
			font-size: 90%;
			background-image: url("../images/Logo.jpg");
			background-repeat: no-repeat;
			background-position: top center;
		}


table.top 	{	font-family:Garamond, times new roman;
						 	text-transform: uppercase;
						 	letter-spacing: 0.1em;
						}

table.menu 	{	font-family:Palatino,Garamond, times new roman;
						 	text-transform: uppercase;
						 	letter-spacing: 0.1em;
							font-size: 80%;
							margin-top: 30px;
						}
						
						
a				{	text-decoration:none; color:black; }
a:hover	{	text-decoration:underline; }

a.menu 	{	border: solid 1px black; 
					padding-left:3px; padding-right:3px;
				}


b.Title	{ text-align:center;	
			 		letter-spacing: 0.4em;
					font-size: 200%;
					font-family: Palatino,Garamond,times new roman;
					padding-bottom: 20px;
				}

th.Title	{ text-align:center;	
			 		letter-spacing: 0.4em;
					font-size: 100%;
					font-family: Palatino,Garamond,times new roman;
					padding-bottom: 0px;
				}
			
.red	{ color: red; }

.tiny
				{
				font-size: 8pt;
				}

				