/* Created on Feb 8, 2013 12:55:23 PM */

			body
      {
      	background-color:#333333;  	
				margin: 100px 40px 10px 70px;

      }
      h1
      {
      	color:orange;
      	text-align:center;
      }
      h2
      {
      	color:orange;
      	text-align:center;
      }
      h3
      {
      	color:orange;
      	text-align:center;
      }
      h4
      {
      	color:orange;
      	text-align:left;
      	padding-left:120px;

      }
      p.one
      {
      	font-family:"Arial";
      	font-size:20px;
      	color:orange;
      	margin-left:20px;
      	margin-right:20px;
      	text-align: left;

      }
      p.two
      {
      	font-family:"Arial";
      	font-size:20px;
      	color:#00ffff;
      	margin-left:20px;
      	margin-right:20px;
      	text-align: left;
      }
      
      th {
      	font-color:orange;
      	background: #222222;
      	}
			
			td {
				background: #333333;
				text-align: center;
			}
			
		

      
