body {
background-color: #ffcc33;
margin : 0;
padding: 0;
}

.act {
color: white;
background-color: #003300;
text-decoration: none;
}

a {
font-family: cursive;
text-align: center;
font-size: 16px;
line-height: 2;
color: green;
text-decoration: underline;
background-color: inherited;
}

a:hover {
font-family: cursive;
text-align: center;
font-size: 16px;
color: white;
text-decoration: none;
background-color: green;
line-height: 2;
}

h1 {
font-family: cursive;
white-space: nowrap;
font-style: normal;
font-size: 20px;
font-weight: bold;
text-align: center;
color: red;
background: url(gradient.jpg);
background-repeat: repeat-x repeat;
}

h5 {
font-family: cursive;
font-style: normal;
font-size: 16px;
text-align: center;
color: red;
}

td {
padding: 0px 10px 0px 10px;
}

.tdr {
border: 0px solid green;
padding-right: 0px;
line-height: 1;
}

.tdl {
border: 0px solid green;
padding-left: 0px;
}

p {
font-family: cursive;
color: green;
font-size: 15px;
text-align: justify;
}

.p1 {
font-size: 16px;
line-height: 1;
}

.p2 {
font-family: cursive;
color: green;
font-size: 17px;
text-align: left;
font-style: normal;
}

.p3 {
font-family: cursive;
color: red;
font-size: 17px;
text-align: center;
font-style: bold;
}

.p4 {
font-family: cursive;
color: green;
font-size: 17px;
text-align: center;
font-style: bold;
}

.p5 {
font-family: helvetica;
color: green;
font-size: 17px;
text-align: left;
font-style: normal;
line-height: 50%;
}
    
.p6 {
font-family: helvetica;
color: green;
font-size: 17px;
text-align: left;
font-style: bold;
line-height: 50%;
padding-left: 50px;
}

.p7 {
font-family: helvetica;
color: green;
font-size: 17px;
text-align: left;
font-style: bold;
line-height: 50%;
}

.p7 a {
line-height: 50%;
}

.hr1 {
background-color: green;
height: 10;
}