a:link
{
color: blue; text-decoration: none; background-color: transparent; font-size: 13px;
}
a:visited
{
color: purple; text-decoration: none; background-color: transparent; font-size: 13px;
}
a:hover
{
color: maroon; text-decoration: underline; background-color: transparent; font-size: 13px;
}
a:active
{
color: maroon; text-decoration: underline; background-color: transparent; font-size: 13px;
}

p
{
font-size: 13px;
}

div
{
font-size: 13px;
}

img {
border-color: maroon;
}

h1
{
text-align: center;
margin: 10px;
font-size: 20px;
}
h2
{
text-align: center;
margin: 8px;
font-size: 16px;
}

ul
{
list-style-position: outside;
list-style-type: square;
color: maroon;
font-size: 13px;
}

input
{
font-size: 13px;
}
