
			body{
				width: 600px;
				background-image: url(aoifebgcolor83.jpg);
				font-family: Lucida Calligraphy;
				color: #222222;
				font-size: 95%;
				}
								
			#bgimg{
				width: 660px;				
				background-color: #EEEEEE;
				margin: 1% 20% 5% 20%;
				padding: 10px;
				}
			
			h1 {
				text-align: center;
				font-family: Herculanum; 
				}
			
			#footer{
				text-align: center;
				font-size: 80%;
				border-top: thin solid;
				}
				
			a:link{
				color: purple;
				text-decoration: none;
				}
				
			a:visited{
				color: green;    
				text-decoration: none;
				}
			
			a:hover{
				color: pink;
				text-decoration: none;
				}
				
