/* CSS Document */

h1 {
font-size:50px;
text-decoration:underline;
font-family:Times;
color:#FF0099;
}

h2 {
front-size:70px;
color:#FF0099;
}

h3 {
front-size:70px;
font-family:Times;
color:#FF0099;
}
h4 {
front-size:70px;
font-family:Times;
color:#FF0099;
}


body {background-color:CCFF33;
}