/* Topmost cascading style sheet for "Monkey Tree Village"
2002.05.06, David Mitchell */

BODY
{
font-family: Times New Roman, serif;
font-size: .9em;
text-align: justify
}

P
{ 
font-family: Times New Roman, serif;
font-size: .9em;
text-align: left;
}

A
{
font-family: Times New Roman, serif;
font-size: 1em;
}
A:hover
{
font-family: Times New Roman, serif;
font-size: 1em;
color: #55BBFF
}

H1
{
font-family: Helvetica, sans-serif;
font-size: 1.5em;
font-weight: 700;
color: #007700;
}

HR
{
width="200";
}

/*class selectors*/
P.tagline
{
font-size: 1em;
text-align: right;
}

P.central
{
font-size: 1.2em;
text-align: center;
font-weight: 100;
}

P.smallprint
{
font-size: .6em;
text-align: center;
}

A.menu:link
{
font-family: Helvetica, sans-serif;
text-decoration: none;
font-weight: 700;
color: #FFFF00;
}
A.menu:visited
{
font-family: Helvetica, sans-serif;
text-decoration: none;
font-weight: 700;
color: #00AA00;
}
A.menu:hover
{
font-family: Helvetica, sans-serif;
text-decoration: none;
font-weight: 700;
color: #FFFFFF;
}
A.menu:active
{
font-family: Helvetica, sans-serif;
text-decoration: none;
font-weight: 700;
color: #FF0000;
}

A.menu2:link
{
font-family: Helvetica, sans-serif;
font-size: .8em;
text-decoration: none;
font-weight: 100;
color: #FFFF00;
}
A.menu2:visited
{
font-family: Helvetica, sans-serif;
font-size: .8em;
text-decoration: none;
font-weight: 100;
color: #00AA00;
}
A.menu2:hover
{
font-family: Helvetica, sans-serif;
font-size: .8em;
text-decoration: none;
font-weight: 100;
color: #FFFFFF;
}
A.menu2:active
{
font-family: Helvetica, sans-serif;
font-size: .8em;
text-decoration: none;
font-weight: 100;
color: #FF0000;

