/**
 * Stylesheets for LU Prince
 * 
 */

	* { margin: 0; padding: 0; }
	html, body { height: 100%; }
	body { font-family: "Lucida Grande", Verdana, Arial, sans-serif; background-color: #000; color: #fff; font-size: 12px; line-height: 16px; overflow: hidden; }
	a { color: #fff; font-weight: bold; text-decoration: underline; }
	a:hover { color: #ebcd97; }
	h1, h2, p { margin-bottom: 16px; }
	.alternativeContent { padding: 40px; }
	#site { width: 100%; height: 100%; }

