body {background: White;
	   background-image: url("../images/beach.jpg");
	   background-attachment: fixed;
	   margin-top: 0px; }
	
h1 {font: Verdana, Arial, Helvetica, sans-serif;
   color: Purple; text-decoration: underline;  }

h2 {font: Verdana, Arial, Helvetica, sans-serif;
	color: #F68800;
	font-size: 21px;
	font-weight: bold;
   text-decoration: underline;}	
	
h3 { font: italic bold 19px "Book Antiqua", Arial;
   color: #F20000;
   text-decoration: underline;
  }

a.x:active, a.x:hover, a.x:link, a.x:visited {
	color: #0000CD; text-decoration: none;  }

a:link {color: Red; text-decoration: none;}
a:visited {color: Red; text-decoration: none;}
a:hover {color: Fuchsia; text-decoration: underline;}
a:active {color: Fuchsia; text-decoration: underline;}

A.new:link { color: Blue; }
A.new:visited { color: Blue; }
A.new:hover { color: #9400D3;  text-decoration: none;  }
A.new:active { color: #9400D3;  text-decoration: none;  }

A.old:link {color: #800000; }
A.old:visited {color: #800000; }
A.old:hover {color: #228B22;  text-decoration : none; }
A.old:active {color: #228B22;  text-decoration : none; }

A.j:link {color : Blue; }
A.j:visited {color : Blue; }
A.j:hover {color : Red; }
A.j:active {color : Red; }

A.menu:link {color: #C1901C; text-decoration: none; }
A.menu:visited {color: #C1901C; text-decoration: none; }
A.menu:hover {color: #A52A2A; text-decoration: underline; }
A.menu:active {color: #A52A2A; text-decoration: underline; }

a.toc1:link {color: #B15A19; }
a.toc1:visited {color: #B15A19; }
a.toc1:hover { color: #1E90FF; }
a.toc1:active {color: #1E90FF; }

a.toc2:link {color: #2224FF; }
a.toc2:visited {color: #2224FF; }
a.toc2:hover {color: #00A401; }
a.toc2:active {color: #00A401; }


