h2{
color:red;
margin-left: 20px;
}

a:hover{color:red;}
#p1special
{
background-color:yellow;height:200px;width:600px;
float:left; padding:20px 0 0 20px; font-family:arial; font-size: 25px; font-style:italic;
color:blue;}

#p2special
{
background-color:blue;height:200px;width:600px;
float:left; padding:20px 0 0 20px; font-family:arial; font-size: 25px;font-weight: bold;font-size:18px;
}
#p3special
{
background-color:orange;height:200px;width:600px;
float:left; padding:20px 0 0 20px; font-family:comic sans; font-size:25px;
color:green;font-size:18px;
}
#header
{
background-color:#FFA500;
}