body		
		{
		background-color: #fff;
		color: #000;
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-family: "Arial", "Helvetica", sans-serif;
		}
		



.linkbar		
		{
		background-color: #36c;
		color: #fff;
		padding: 1em;
		font-size: .7em;
		font-weight: bold;
		font-family: "Arial", "Helvetica", sans-serif;
		}

.linkbar a:link 		
		{
		background-color: transparent;
		color: #fff;
		text-decoration: none;  
		}

.linkbar a:visited 	
		{
		background-color: transparent;
		color: #fff;
		text-decoration: none;  
		}

.linkbar a:hover		
		{
		background-color: transparent;
		color: #000;
		text-decoration: underline;
		}
				
		
.btext		
		{
		background: #fff;
		color: #000;
		padding: 1em;
		font-size: 1em;
		font-family: "Arial", "Helvetica", sans-serif;
		}		
		
.btext a:link 		
		{
		background-color: transparent;
		color: #36c;
		text-decoration: none;  
		}

.btext a:visited 	
		{
		background-color: transparent;
		color: #006;
		text-decoration: none;  
		}

.btext a:hover		
		{
		background-color: transparent;
		color: #f90;
		text-decoration: underline;
		}
		



.small		
		{
		background-color: transparent;
		color: #000;
		font-size: .7em;
		font-family: "Arial", "Helvetica", sans-serif;
		}
		
		
.orange
		{
		background-color: transparent;
		color: #f90;
		font-size: 1.25em;
		font-weight: bold;
		font-family: "Arial", "Helvetica", sans-serif;
		}
		
		
.blue
		{
		background-color: transparent;
		color: #36c;
		font-size: 1.25em;
		font-weight: bold;
		font-family: "Arial", "Helvetica", sans-serif;
		}
		
.bluebg
		{
		background-color: #36c;
		}		
		
		
#button 
		{
		width: 12em;
		border-top: 1px solid #fff;
		padding: 0 0 0em 0;
		margin: 0em;
		font-family: "Arial", "Helvetica", sans-serif;
		background-color: #90bade;
		color: #36c;
		}
			
#button ul
		{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li
		{
		border-bottom: 1px solid #fff;
		margin: 0;
		}


#button li a
		{
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #039;
		border-right: 10px solid #69f;
		background-color: #36c;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a 
		{
		width: auto;
		}

#button li a:hover
		{
		border-left: 10px solid #f60;
		border-right: 10px solid #fc0;
		background-color: #f90;
		color: #000;
		}		