body
{
color: tan;
font-size:17;
font-family:'Courier New';
line-height: 1.19;
}
p
{
color: tan;
font-size:17;
font-family:'Courier New';
}
h1
{
color: tan;
font-family:'Courier New';
}
h2
{
color: tan;
font-family:'Courier New';
}
h3
{
color: tan;
font-family:'Courier New';
}
a:link
{
color:#BBCCEE;
text-decoration:none;
}
a:visited
{
color:lightgrey;
text-decoration:none;
}
a:hover
{
color: gold;
text-decoration: none;
}
ul
{
color: tan;
font-family:'Courier New';
font-size:15;
list-style-type:square;
}