		
	/* class="nav" for navigation bar on left hand side .*/
	
	.nav	{
		background:#0099aa;		position:center, absolute;		
		left: 0px;			top:0px;			
		width:750px;		height:60px;
		z-index:10;			

		
		padding:5px;
	
		border-color:#000000;		border-style:double;		
		border-width:5px;		

		font-size:15px;		font-family:arial, sans-serif
		}

	/* NAVIGATION LINK LAYOUT */

	.navl:link	
		{
		color:#ffffff;		text-decoration:none;
		}	
	.navl:active	
		{
		text-decoration:overline underline;	color:red; 
		}
	.navl:visited	
		{
		color:#ffffff;		text-decoration:none
		}		
	.navl:hover	
		{
		text-decoration:overline underline;	color:red
		}
	
	/* class="bod" for rest of body layout */
	.bod	{
		background:#eeeeee;		position:absolute;
		left:0px;			top:90px;
		z-index:1;			width:100%
		}

	h1	{
		color:#23238e;
		
		font-size:50px;		font-weight:bold;
		font-family:hobo, "comic sans ms", cursive, arial, sans-serif
		}
	h2	{
		color:#23238e;
		
		font-size:35px;		font-weight:bold;
		font-family:hobo, "comic sans ms", cursive, arial, san-serf
		}

	p, blockquote
		{
		color:#23238e;		
		
		font-size:15px;
		font-family:arial, sans-serif;
		}
		
	b	{ font-weight:bold } 
				

	a:link	{
		text-decoration:none
		}
	a:visited	{
		text-decoration:none
		}
	a:active	{
		text-decoration:none;		color:red
		}	
	a:hover	{
		text-decoration:underline overline
		}
		