/* CSS Document */

@import url(sections.css);

/* Links */	
			
	div#toplevellinks a {
		display: block; 
		text-align: center; 
		font-size: 12pt; 
		font-weight:bold;
   		padding: 5px 10px; 
		margin: 0 0 2px; 
   		text-decoration: none; 
		color: #FFFFFF;
		background: #6D2300;
		}
	
	div#toplevellinks a:hover {
		color: #000000;
		background: #7A6C6B;
		}
		
	div#toplevelidea a {
		display: block; 
		text-align: center; 
		font-size: 12pt; 
		font-weight:bold;
   		padding: 5px 10px; 
		margin: 0 0 2px; 
   		text-decoration: none; 
		color: #FFFFFF;
		background: #6D2300 url('mer_chibi_blog-e.jpg') left no-repeat;
		}
	
	div#toplevelidea a:hover {
		color: #000000;
		background: #7A6C6B url('mer_chibi_blog-f.jpg') left no-repeat;
		}
		
		
	a:link {
		font-weight: bold; 
		text-decoration: none; 
		color: #6D2300;
		}
		
	
	a:visited {
		font-weight: bold; 
		text-decoration: none; 
		color: #3A1502;
		}
		
	a:hover {
		font-weight: bold; 
		text-decoration: underline; 
		}
		
	a:active {
		font-weight: bold; 
		text-decoration: underline; 
		color: #D9AB87;
		}
		
		
