body
{
background-color:black;
color:white;
margin-left: 30px;
margin-right: 30px;
margin-top: 50px;

}

a:link
{
color:green;
text-decoration:none;
}

a:visited
{
color:white;
text-decoration:none;
}

a:hover
{
color:blue;
text-decoration:underline;
}

a:active
{
color:red;
text-decoration:underline;
}

ul
{
list-style-type:circle;
color: green;
}

img.center
{
display: block;
margin-left: auto;
margin-right: auto;
}

h2.center
{
text-align: center;
}

.thicker 
{
font-weight:900;
}

p.indent
{
text-indent:30px;
}

p.cite
{
text-indent:350px;
}

a.center
{
text-align: center;
}

p.center
{
text-align: center;
}

