/*
-----------------------------------------------
Che Douglas
----------------------------------------------- */

/*--------------------------------------------
BODY
---------------------------------------------*/

/* Global whitespace reset */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}


/*--------------------------------------------
IMAGES
---------------------------------------------*/
img {
	border: 0;
	padding-right: 0;
}

img.thumb {
	float: left;
}

/*--------------------------------------------
LINKS
---------------------------------------------*/

a {
	text-decoration: none;
	color: #08AADE;
}

a:link {
	text-decoration: none;
	color: #08AADE;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #000;
}

