
	body {
	
		background-color: #EEEEEE;
		background-position: center;
		background-repeat: repeat-y;
		background-image: url('/img/gui/bg.gif');	
		margin: 0px;
	
	}
	
	a {
	
		color: #77347B;
		font-weight: bold;
	
	}
	
	a:hover {
	
		color: #111111;
	
	}
	
	h2 {
	
		color: #77347B;
	
	}
	
	.light {
	
		color: white;
	
	}
	
	.dark {
	
		color: #111111;
	
	}
	
	div.c2a {
	
		background-color: #F7F7F7;
		border: 1px solid #CCCCCC;
	
	}
	
	.menubg {
	
		background-image: url('/img/gui/menubutton.gif');
		background-color: transparent;
		color: #111111;
	
	}