/* use of the slash followed by an asterik for comments within style sheet - closing tag required */

body
{ background: FFFFFF;
font-family: Arial, Geneva, sans-serif;
}

h1 
{font-family: Arial, Geneva, sans-serif; 
font-style: bold; 
color: black;}

h2 
{font-family: Arial, Geneva, sans-serif; 
font-style: bold; 
color: black;}

h3 
{font-family: Arial, Geneva, sans-serif; 
font-style: bold; 
color: black;
}

h4 
{font-family: Arial, Geneva, sans-serif; 
font-style: bold;
text-decoration: underline;
color: black;
}

h5 
{font-family: Arial, Geneva, sans-serif; 
font-style: bold;
color: black;
}

p
{ font-family: Arial, Geneva, sans-serif;
color: black;
font-size: small;
}

p.menu
{ font-family: Teletype, Courier, Batang, Tahoma, Lucida Sans, sans-serif;
color: black;
font-size: small;
}

p.booktitle
{ font-family: Arial, Geneva, sans-serif;
color: black;
font-style: bold;
text-decoration: underline;
}

p.title
{ font-family: Arial, Geneva, sans-serif;
color: black;
font-style: bold;
}

p.small
{ font-family: Arial, Geneva, sans-serif;
color: black;
font-size: x-small;
}

p.quote
{ font-family: Arial, Geneva, sans-serif;
font-style: italic; 
font-size: x-small;
color: black;
}

p.large
{ font-family: Arial, Geneva, sans-serif;
font-size: large;
}

p.picturetext
{ font-family: Arial, Geneva, sans-serif;
font-size: xx-small;
}

ul 
{ font-family: Arial, Geneva, sans-serif;
color: black;
font-size: small;
}

ul.small
{ font-family: Arial, Geneva, sans-serif;
color: black;
font-size: x-small;
}

ol 
{ font-family: Arial, Geneva, sans-serif;
color: black;
font-size: small;
}

blockquote
{ font-family: Arial, Geneva, sans-serif;
font-size: .9em;
color: black;
}

a:link 
{ color: #990000; 
}

a:visited 
{ color: black; 
}

a:hover 
{ color: #333333; 
}

a.menu:link 
{ color: black; 
text-decoration: none;
}

a.menu:visited 
{ color: black;  
text-decoration: none;
}

a.menu:hover 
{ color: black; 
text-decoration: none;
}







