p {color:red;text-align:center;}
/*This is a comment*/

#para1
{
text-align:center;
color:white;
background-color:#99FF00
}

.center
{
text-align:center;
}

body
{
color:white;
background-color:#330000;
}

table, th, td
{
border: 1px solid black;
}

table
{
border-collapse:collapse; width;75%
}


th
{
height:45px; background-color:blue;
} 

td
{
text-align:center; height:50px; vertical-align:middle; padding:10px; border:1px solid blue; color:white;
}


