/* 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: #6D4F4F;
		}
	
	div#toplevellinks a:hover {
		color: #000000;
		background: #A69A9A;
		}
		
	div#toplevelwrite 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: #6D4F4F url('mer_chibi_write-j.jpg') left no-repeat;
		}
	
	div#toplevelwrite a:hover {
		color: #000000;
		background: #A69A9A url('mer_chibi_write-m.jpg') left no-repeat;
		}
		
		
	a:link {
		font-weight: bold; 
		text-decoration: none; 
		color: #452322;
		}
		
	
	a:visited {
		font-weight: bold; 
		text-decoration: none; 
		color: #6D4F4F;
		}
		
	a:hover {
		font-weight: bold; 
		text-decoration: underline; 
		}
		
	a:active {
		font-weight: bold; 
		text-decoration: underline; 
		color: #FAD8D6;
		}
