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

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

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

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

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

a
{
color: blue;
}

a:hover
{
color: red;
}