* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	font-size:100.01%;
}

body {
	text-align: center;
	min-height: 101%;
	font: 100.01%/130% Helvetica, Arial, serif;
	color: #333;
	background-color: #fff;
}

body * {
	text-align:left;
}

/*
	Credit to Mike Foskett for this nice intro: http://www.websemantics.co.uk
*/




/* General Link Specification */

a, a:link {
	text-decoration:none;
	/*color:#728b8f;*/
  color:#0068ab;
	background-color: transparent;
}

a:visited, a:active {
	text-decoration:none;
	color:#0068ab;
	background-color: transparent;
}

a:hover, a:focus {
	text-decoration:none;
	color:#333;
	background-color: transparent;
}