body {background-color: #333333;}
a:hover {
		background-color:gray;
		text-decoration:none;
	}
	h1 {
		text-align : center;
		background-color: gray;
		text-decoration : none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 20px;
		font-weight : normal;
        color : #FFFF00; 
	}
	h2  {
		text-align : left;
		text-indent: 60px;
		text-decoration : none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 13px;
		font-weight : normal;
        color : #00FF00;
	}
	h3   {
		text-align : left;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight : normal;
        color : #FFFFFF;
	}
	h4 {
		text-align : center;
		font-style : normal;
		margin-left : 40 px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 40px;
		font-weight : normal;
        color : #FFFFFF;
	}
	p	{
		text-align : center;
		text-decoration : none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 13px;
		font-weight : normal;
        color : #000000; 
			}