/*
BASIC.CSS
Basic style sheet for text display
*/

body {
	margin: 0;
	background: #000000;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}

h1 {
	font: normal 2em "Frutiger 55 Roman", Frutiger55Roman, "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -0.1em;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font: normal 1.5em "Frutiger 55 Roman", Frutiger55Roman, "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #FFFFFF;
}

h3 {
	font: normal 1em "Frutiger 65", Frutiger65, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	font: normal 0.8em "Frutiger 65", Frutiger65, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p, ul {
	font-size: 0.75em;
}

a {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

.err {
	color: #FF6600;
}

.err_show {
	font-weight: bold;
	color: #FF6600;
}