
#guestbookall		{position: relative;
					 text-align: center;
					 width:100%;
					 margin: 0 auto;
					 font-size: 2em;
					}
					
		
					
#guestbookall table	{border: none;		
					}

.nav a				{color: #f8ffa9;
					 text-decoration: none;
					}			
					
.nav a:hover		{font-weight: bold;					 
					}		

					
.nav				{width: 100%;
					 border: none;
					}		

.nav td				{width: 25%;
					 vertical-align: bottom;
					 text-align: center;
					}		
					
.dateNtime			{background: #F8FFA9;
					 color: #000;
					 padding: 5px;
					 vertical-align:top;
					 text-align: left;
					 }	
					 
.message			{width: 75%;
					 background: #000;
					 padding: 5px 20px 20px 20px;	
					 vertical-align:top;
					 text-align:justify;
					 }			
					 
.message a			{color: #f8ffa9;
					 text-decoration: none;
					 font-weight: bold;	
					 border: none;
					}			
					
.message a:hover	{border: 1px solid #f8ffa9;				 
					}			 
					  
.empty				{background: #000;
					 height: 1px;
					 }	
					 
#login				{
					 text-align: center;
					 border: none;
					 width: 100%;
					 line-height: 2em;
					 font-size: 1.5em;
					}			
					
#user				{width: 60%;
					 height: 1.5em;
					}			
					
#pass				{width: 60%;
					 height: 1.5em;
					}		
	
#loginButton		{width: 35%;
					 height: 2em;
					}						
														 
					 
#forumhead			{width:100%;
					}	
					
#forumhead .right 		{text-align: right;
						}			

#forumhead .left 		{text-align: left;
						}	
					
#forumhead a			{color: #f8ffa9;
					 	 text-decoration: none;
						}			
						
#forumhead a img		{border: none;
						 float: left;
						 margin: 1px 3px; 
						}								
					
#forumhead a:hover	{font-weight: bold;					 
							}	
					
#forumhead h2		{color: #f8ffa9;
					}				
					
h3					{color:#F00;}					

