a {
	text-decoration: none;
	font-weight: bolder;
	color: #5b97b1;
	}
a:hover {
	text-decoration: none;
	color: #bfcbcc;
	}
	
.toggle {
	padding-left: 10px;
	}	
	
.toggle	a {
	text-decoration: none;
	font-weight: bolder;
	color: #8fa8a0; 
	}

.toggle a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #acc7bd;
	}

#login {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100px;
	cursor: pointer;
 	}	
 #login a {
 	color: #f6f6f6;
 	}	
 #login a:hover {
	color: #e2e2e2;
	}	