BODY {
	font-family: garamond, times, serif;
}
H1 {
	font-size:100%;
}
H2 {
	font-size:90%;
}
P, LI, H3 {
	font-size:80%;
}

#header {
 visibility: hidden;
}

#navigation {
 visibility: hidden;
}

#content A:link {
  color: blue;
  text-decoration: underline;
}
#content A:visited {
  color: purple;
}