body 
	{ 		
		background: #33cc33; 
		font-family:  "Comic Sans MS";
		
	}
a   {
        color:white;
        text-decoration: underline;
    }
h1  {
        font-size: 80;
        font-style: bold;
        font-style: italic;
        color: white;
        text-align : center;
    }
h2  {
        font-size: 24;
        font-style: bold;
        font-style: italic;
        color: black;
        text-align : center;
    }
h4  {
        font-size: 14;
        text-align : center;
    }
marquee{
        font-size:18;
        font-style: bold;
        font-style: italic;
        color:red;
    }
td  {
        text-align : center;
    } 