/*------------------------------------------------------------*
 *  Global
 *------------------------------------------------------------*/
html {	height: 100%; }
body {	color: #333333; }

a { text-decoration: none; color: blue; }
a:hover { color: Teal; }

h1 {	color: #77A08C;
	font-size: 18px;
	font-weight: bold;
}

h2 {	color: #8FA5C1;
	font-size: 14px;
	font-weight: bold;
}
