/* CSS Document */
h1 , h2
{
	Color:#00ff00;
    font-size: 18px;
    letter-spacing: 4px;
    Font-family: Verdana, arial, sans-seriff;
	}

h1
{
    font-size: 18px;	
}



strong
{
	 color: #ff0000;
	Font-weight: Bold;
	text-decoration: underline;
}

em
{
     color: #ffffff;
	background-color: #0000ff;
	text-alighn: center;
	font-weight: bold;
	font-style: normal;
	font:"Courier New", Courier, monospace
}

a
{
color:#33FFFF

}

ul, ol
{
word-spacing: 6px;
font-stretch:extra-expanded;
 
}
ul
{ 
font:Arial, Helvetica, sans-serif;
font-size:18px; 
border:thin;


}

ol
{
color:#FF33FF;-
}

body
{
border:double #00FF00;
background-color: #000000;
color:#FFFFFF; 


}

