body {
margin: 0px 0px 0px 0px
}

p.yellow
{
font: 20px;
color: #ffff00;
}
p.yellow2
{
font: 20px;
margin-left: 5%;
color: #ffff00;

}
p.blue
{
font: 20px;
color: #000088;
margin-left: 1%;
margin-right: 1%;
}

A.blue
{
color: #000088;
text-decoration: underlined;
}

A.yellow:link
{
color: #ffff00;
text-decoration: none;
}

A.yellow:hover
{
color: #ffffff;
text-decoration: none;
}

A.yellow:active
{
color: #c0c0c0;
text-decoration: none;
}

A.yellow:visited
{
color: #ffff00;
text-decoration: none;
}

A.yellow2:link
{
color: #ffff00;
margin-left: 10%;
text-decoration: none;
}

A.yellow2:hover
{
color: #ffffff;
margin-left: 10%;
text-decoration: none;
}

A.yellow2:active
{
color: #c0c0c0;
margin-left: 10%;
text-decoration: none;
}

A.yellow2:visited
{
color: #ffff00;
margin-left: 10%;
text-decoration: none;
}
