/* ===== General ============================================================ */

a,
a:link
{
	color: #006d9d;
	text-decoration: none;
}

a:visited
{
	color: #006d9d;
}

a:hover
{
	color: #368127;
	text-decoration: underline;
}

/* ===== Layout ============================================================ */

body
{
	margin: 0;
}

/* ===== Content ============================================================ */

.Link
{
	color: #006d9d;
	cursor: pointer;
}

.Link:hover
{
	color: #368127;
	text-decoration: underline;
}
