/* Basic style file that even old browsers can handle */
/* Used in conjunction with style1.css for advanced stuff */
/* Use this type of directive to include it so old browsers use it: */
/* <LINK REL=StyleSheet HREF="style.css" TYPE="text/css" MEDIA=screen> */
/* Carl Wellington 2004 */

/* Body */
body {
  color: navy;
  background: rgb(220,220,220);
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-family: Georgia, Times, serif;
  font-size: 14px;
}

/* Paragraph */
p {
  color: navy;
  font-family: Georgia, Times, serif;
  font-size: 14px;
}

h1 {
  color: navy;
  font-family: Georgia, Times, serif;
  font-size: 18px;
}

h2 {
  color: navy;
  font-family: Georgia, Times, serif;
  font-size: 16px;
}

h3 {
  color: navy;
  font-family: Georgia, Times, serif;
  font-size: 14px;
}

/* Links */
a:link    { color: blue; text-decoration: none }
a:active  { color: red; text-decoration: none }
a:visited { color: purple; text-decoration: none }
