/* Table of contents
	
	1. Global
	2. Things to hide
	3. Things to style
	4. Links
-------------------------------------------------- */


/* 1. Global
-------------------------------------------------- */

body {
	color: ;
}


/* 2. Things to hide
-------------------------------------------------- */

. {
	display: none;
}


/* 3. Things to style
-------------------------------------------------- */


/* 4. Links
-------------------------------------------------- */

a:link, 
a:visited {
   color: ;
   text-decoration: underline;
}
