/***********/
/* General */
/***********/

/* Links */
	a, a:active, a:visited, a:link {
	text-decoration: none !important;
	}
	a:hover {
		font-weight: bold;
	}

/********/
/* Logo */
/********/

#logo h1 {
	color: white;
	font-size: 24pt;
	text-shadow: 1px 1px 4px rgb(3,3,3);
}

/* Move down a bit */
#logogrid {
	position: relative;
	top: 75px;
}

/**************/
/* Front Page */
/**************/

/* Body text */
	.home #main p {
		font-size: 12pt;
		line-height: normal;
	}
	.home #main .item-page > div {
		text-align: justify;
		margin-left: 1em;
		margin-right: 1em;
	}
