
body
{
    color: #333;
    height: 100%;
    font-size: 62.5%;
    font-family: georgia, helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
	background-color:#000;
	/*background:transparent url(images/bgimage.gif) repeat-y;*/
}

h1,h2,h3,h4,h5,h6
{
	color: #990000;
	margin:.5em 0;
	padding:0
}	
p,ul,ol,dl {line-height:155%}
ol,ul,dl,p,pre {margin-bottom:1em}
ol,ul {margin-left:1em; text-align:left;}
ul {padding-left:5px;}
ol li {list-style: decimal;}
ol li li {list-style: upper-alpha;}
ol li li li {list-style: lower-alpha;}

