
a:link {color: #DDDDDD;text-decoration: none;} /* unvisited link */
a:visited {color: #AAAAAA;text-decoration: none;}  /* visited link */
a:hover {color: #FFFFFF;text-decoration: underline;}   /* mouse over link */
a:active {color: #FFFFFF;text-decoration: none;}   /* selected link */

div#content a:link {color: #333355;text-decoration: underline;} /* unvisited link in content area */
div#content a:visited {color: #555555;text-decoration: underline;}  /* visited link in content area */
div#content a:hover {color: #000033;text-decoration: underline;}  /* Mouse over link in content area */
div#content a:active {color: #000033;text-decoration: underline;}  /* selected link in content area */

div#nav a:link {color: #FFFFFF;text-decoration: none;} /* unvisited link in navigation area */
div#nav a:visited {color: #AAAAAA;text-decoration: none;}  /* visited link in navigation area */
div#nav a:hover {color: #FFFFFF;text-decoration: none;}  /* mouse over link in navigation area */
div#nav a:active {color: #FFFFFF;text-decoration: none;}  /* selected link in navigation area */

body {
  font-size: 90%;
  background: #FFFFFF url(Images/BG-Dark.jpg) 0 0 fixed;  /* basic background of page */
}  /* Body */

div#footer { 
  border: solid 4px #222222;  /* border of content area */
  color: #000000;  /* text color of content area */
  background-color: #FFFFFF; /* background color of content area */
  background-image: url(Images/BG-Light.jpg);  /* background image of content area, normaly a modified version of the basic background image */
}
div#content { 
  border: solid 4px #222222;  /* border of content area */
  color: #000000;  /* text color of content area */
  background-color: #FFFFFF; /* background color of content area */
  background-image: url(Images/BG-Light.jpg);  /* background image of content area, normaly a modified version of the basic background image */
}

div#content h1.title {
  color: #FFFFFF;  /* Text color of the content area title */
  background-color: #222222;  /* should match "border of content area" above*/
  font-size: 140%; /* text size of content area title*/
  font-weight: normal; /* text weight of content area title*/
}

div#content h2 {
  color: #000000;  
  font-size: 110%; 
  font-weight: normal; 
}

div#content h3 {
  color: #000000;  
  font-size: 90%; 
  font-weight: normal; 
}

div#nav a {
  background-image: url(Images/BG-Dark-B.jpg);  /* link background image, normaly a modified version of the basic background image */
  background-color: #222222; /* background color of link area */
}

div#nav a:hover {
  background-image: url(Images/BG-Dark-G.jpg);  /* hovered link background image, normaly a modified version of the basic background image */
  background-color: #222222; /* background color of link area when hovering */
}
