	
		p.main
		{
		font-family: verdana;
		font-size: 12px;
		}
		img.building
		{
		position:left;
		right:0;
		top:0;
		z-index:-1
		}
		img.book
		{
		position:relative;
		right:0;
		top:0;
		z-index:0
		}
		
		img.logo
		{
		position:right;
		left:0;
		top:0;
		z-index:1
		}
		img.filler
		{
		position:absolute;
		right:2px;
		top:160;
		z-index:-1
		}
		.nav
		{
		position:absolute;
		left:50;
		top:165;
		z-index:1;
		font-family: verdana;
		font-weight:bold;
		font-size: 10px;
		margin-left: 5cm;
		margin-top: 8px
		}
		h1,h2,h3,h4
		{
		font-family:verdana;
		font-weight:bold;
		}
	
	.NoLineLink { 
		text-decoration: None; 
		font-style: Normal
	}
	A:VISITED {
		text-decoration : none;
		color: blue;
	}	
	
	A:HOVER {
		text-decoration : underline;
	}

	whiteLinks {
		text-decoration : none;
		color: white;
	}