* {
	padding: 0;
	margin: 0;
	color: #ffff00;
}
body {
	font: normal 12px Tahoma, Geneva, sans-serif;
	background: #000000;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
	font-size: 1em
}
h1,h2,h3 {
	margin-bottom: 1em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
}
#flashMessage {
	color: #ff0000;
}
/* Shoutbox css */
#shoutbox {
	width: 448px;
	margin: 0 auto;
	padding: 1em;
}

#shoutbox div.input {
	margin: 0.5em 0;
}

#shoutbox div.sbmessage {
	padding: 0.4em 0.2em;
}
#shoutbox div.sbmessage.one {
	background: #eeee00;
}#shoutbox div.sbmessage.two {
	background: #cccc00;
}

#shoutbox span {
	display: block;
	line-height: 1.3em;
	color: #000000;
}
#shoutbox span b,
#shoutbox span small,
#shoutbox span small a {
color: #000000;
}

#shoutbox label {
	display: block;
	float: left;
	width: 6em;
	line-height: 2em;
}

#shoutbox input,
#shoutbox textarea {
	font: normal 1em Tahoma, Geneva, sans-serif;
	padding: 0.3em;
	color: #000000;
}

#shoutbox .submit input {
	font-size: 1em;
	padding: 0;
	margin-left: 6em;
}

#shoutbox .pages {
	text-align: center;
	margin: 0.5em 0;
}
