body { /* page color, font family and size  */
	background-color :#fff;
	font-family :Serif;
	font-size :14pt;
}
A:link, A:visited {
color: blue;
font-weight: bold;
text-decoration: underline;
}
#header, #menu {
display: none;
}


