@import "layout.css";
@import "type.css";
@import "misc.css";

* {
	margin:0;
	padding:0;
}

body {
	color:#999999;
}

p {
	margin-bottom:1em;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	margin-bottom:12px;
}

ul {
	margin-bottom:12px;
}

a:link {
	text-decoration:none;
	color:#2665B0;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
	color:#2665B0;
}

a:active {
	color:#2665B0;
}