/* CSS Document */

html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color: #990000;
}

h1 
{ 
	color: #FFFFFF;
	align: center;
	font-size: 18px;
	font-family: sans-serif;
}

h2
{ 
	color: #000000;
	align: center;
	font-size: 16px;
	font-weight: bolder;
	font-family: sans-serif;
}

p 
{ 
	color: #000000;
	font-size: 13px;
	font-family: sans-serif;
}

td 
{ 
	color: #000000;
	font-size: 12px;
	font-family: sans-serif;
}

li 
{ 
	color: #000000;
	font-size: 12px;
	font-family: sans-serif;
}