/* 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> */
/* Andy Caffrey, adopted from Carl Wellington 2004 */

/* Body */
body {
  color: navy;
  background: rgb(235,235,255);
  font-family: Palatino, Georgia, Times, serif;
  font-size: 14px;
}

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

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

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

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

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

