/* Apartment 5D stylesheet for menu & content pages */

body {background-attachment: fixed;}

H1   		{ 
			font-size: 125%; 
			font-style: bold; 
			font-family: palatino, palatino linotype, georgia, times new roman, serif, Verdana, Arial, sans-serif; 
			}
TD  		{ 
			font-size: 13px; 
			font-family: palatino, palatino linotype, georgia, times new roman, serif, Verdana, Arial, sans-serif; 
			}
A:link, A:visited 
			{ 
			color:#993300;
			}
A:hover, A:active	
			{ 
			color: #ff9900;
			}
A.nav:link, A.nav:visited
			{ 
			color:#660000; 
			margin: 10px;
			text-decoration: none;
			}
A.nav:hover, A.nav:active	
			{ 
			color: #ff9999;
			margin: 10px; 
			text-decoration: none;
			}						
/* this is to give the 2 cents page nice typography for the title & links */
A.twocents:link, A.twocents:visited
			{ 
			font-family: georgia, palatino, palatino linotype, times new roman, serif;
			color:#660000;
			font-size: 14px; 
			margin: 10px;
			}
A.twocents:hover, A.twocents:active	
			{ 
			font-family: georgia, palatino, palatino linotype, times new roman, serif;
			color: #ff9999;
			font-size: 14px;
			margin: 10px; 
			}
.twocents	{
			font-family: georgia, palatino, palatino linotype, times new roman, serif;
			}		
/* end twocents styling */
			
.head		{
			font-family: georgia, palatino, palatino linotype, times, serif;			
			font-size: 22px;
			text-align: right; 
			color: #ffcc99;
			line-height: 22pt;
			letter-spacing: 0.1em;
			}
.subtitle 	{
			font-family: georgia, palatino, palatino linotype, times, serif;
			color: #ffcc99;
			font-size: 12px;
			margin-left: 20px;margin-bottom:1px; 
			text-align: right;
			}				
.headbox    {
			border-bottom: 1px solid black;
			}            
.bodybox    {
			border-left: 1px solid black;
			}	
.left  		{
			margin:10px;
			}		
.body		{
			margin:20px;
			}	
.twocents	{
			font-family: palatino, palatino linotype, georgia, times new roman, serif, Verdana, Arial, sans-serif;
			}
.large		{
			font-size: 160%;
			}					
.tiny		{ 
			font-size: 90%; 
			}