body
{
background-image: url("starbk_ani.gif");
}

h1
{
text-decoration: underline;
text-align: center;
color: blue;
font-family: "Times New Roman", "Arial Black", Arial;
font-size: 35px;
}

h2
{
font-size: 25px;
text-align: center;
text-decoration: underline;
color: green;
font-family: "Times New Roman", "Arial Black", Arial;
}

h3
{
text-decoration: underline;
color: red;
font-family: "Times New Roman", "Arial Black", Arial;
width: 70%;
margin-left: 270px;
padding: 15px;
}

p
{
border-bottom: 2px dashed white;
text-align: justify;
color: white;
font-family: "Times New Roman", "Arial Black", Arial;
width: 65%;
margin-left: 285px;
padding: 12px;
}

ul
{
background-color: white;
list-style-position: outside;
color: black;
font-family: "Times New Roman", "Arial Black", Arial;
width: 70%;
margin-left: 270px;
padding: 15px;
}

div
{
font-family: "Times New Roman", "Arial Black", Arial;
text-align: justify;
border: 2px dashed white;
position: absolute;
left: 2px;
top: 246px;
padding: 8px;
color: blue;
}

a
{
color: blue;
}

a:hover
{
color: red;
}

span
{
text-decoration: underline;
}