/* 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: #1C1B16;
		}
	
	div#toplevellinks a:hover {
		color: #000000;
		background: #707281;
		}
		
	div#toplevelcode 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: #1C1B16 url('mer_chibi_code-n.jpg') left no-repeat;
		}
	
	div#toplevelcode a:hover {
		color: #000000;
		background: #707281 url('mer_chibi_code-o.jpg') left no-repeat;
		}
		
		
	a:link {
		font-weight: bold; 
		text-decoration: none; 
		color: #5D2003;
		}
		
	
	a:visited {
		font-weight: bold; 
		text-decoration: none; 
		color: #3A1302;
		}
		
	a:hover {
		font-weight: bold; 
		text-decoration: underline; 
		}
		
	a:active {
		font-weight: bold; 
		text-decoration: underline; 
		color: #D9AF85;
		}
