/* this is a style sheet comment */
h1
{
color: #8AFB17;
text-align: left;
font-family: arial;
text-decoration: underline
}
p
{
text-align: left;
text-decoration: line-through;
color: #8AFB17;
font-family: arial;
font-size: large
}
h2
{
background: #F665AB
}

h3
{
color: #8AFB17;
text-align: center;
font-family: arial;
text-decoration: underline
}
a:link
{
color: #8AFB17;
text-align: center;
font-family: arial;
text-decoration: line-through
}
a:visited
{
color: #8AFB17;
text-align: center;
font-family: arial;
text-decoration: line-through
}
h6
{
color: #8AFB17;
text-align: center;
font-family: arial;
text-decoration: line-through
}
body
{
background: #F665AB
}
