H1{
font-size : 13px;
font-weight : normal;
}
H2{
font-size:15px;
background-color:yellow;
color:red;
font-weight:bolder;
text-align : left;
}
H3{
font-size : 13px;
font-weight:bolder;
color : red;
background-color : yellow;
}
TD{
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
font-size : 13px;
}
UL{
list-style-image : url(../image/soccerball01.gif);
}
TABLE{
width : 600px;
}
P{
color : red;
background-color : yellow;
font-weight : bolder;
} 