/* Colors and format */

@import"base.css";

/* Global link colors */

a {
text-decoration: none;
color: #fff;
}

a:hover {
	color: #ffa500;
	}

.titlelink {
	color: #62201b;
	}

#outerwrapper {
	width: 60%;
}

