BODY {
	background-color: #FFFFFF;
	color: black;
	font-family: aphont, arial, helvetica, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-style: italic;
}

A:link {
   color: #0000FF;
}

A:visited {
   color: #000033;
}

A:active, a:hover {
   color: red;
}

.main {
	margin-right: 10%;
	margin-left: 10%;
}

.new {
   color: red;
   font-weight: bold;
   font-variant: small-caps;
}

.hilite {
   background-color: yellow;
}

.navbar {
      font-size: small;
      font-family: "courier new", "courier", monospace;
}

