@charset "utf-8";
/* CSS Document */
/**
{border: 1px solid black;}*/

BODY
{
	Z-INDEX: 1;
	BACKGROUND: url(../images/scrollcentre.gif) #000 repeat-y 50% 0%;
	POSITION: relative;
	TEXT-ALIGN: center;
}

#scrolltop
{
	position:fixed !important;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:120px;
	max-height:120px;
	z-index:2;
	display:block;
	background:url(../images/scrolltop.gif) no-repeat 50% 100%;
}
#scrollbottom
{
	position:fixed !important;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:120px;
	max-height:120px;
	background:url(../images/scrollbottom.gif) no-repeat 50% 100%;
	z-index:3;
}
h1
{
	font-size: 36px;
	font-weight: bold;
	color:  #009900;
	line-height: normal;
}

h2
{
	font-size: 12px;
	font-weight: normal;
	color:  #3300FF;
	line-height: normal;
}

p#italic
{
	font-size: 12px;
	font-style: italic;
}

.incomplete
{
	color: #FF0000;
}

.ongoing
{
	color: #FF6600;
}

.depressed
{
	color: #FF0000;
	font-size: 8px;
}
.simon-peter
{
	color: #FFFFFF;
}
.me
{
	color: #000000;
}

