/* ------------------------------------------------------------------------- */
/*                   CSS level-1 Style sheet: root.css                      */
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
/*       Main BODY Parameters                                                */
/* ------------------------------------------------------------------------- */

body {
  background-color: #336633 ;  /* Dark Olive Green */
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Comic Sans MS, Arial, sans-serif; 
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: Comic Sans MS, Arial, sans-serif; 
}


ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-type: square;
}

th {
  valign: top;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
/*  font-family: Comic Sans MS, Arial, sans-serif;*/ 
}

td {
  valign: top;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
/*  font-family: Comic Sans MS, Arial, sans-serif; */
}

img {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

a:link {
  text-decoration: none;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: purple;
}

/* ------------------------------------------------------------------------- */
/*       Heading levels                                                      */
/* ------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  color: maroon;
  font-family: Helvetica, Arial, sans-serif; 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

/* ------------------------------------------------------------------------- */
/*       Updated or New information                                          */
/* ------------------------------------------------------------------------- */

ins, .Updated, .New {
  color: red;
}
li.New, li.Updated {
  color: black;
  list-style-image: url(new.gif);
  list-style-position: outside;
}

/* ------------------------------------------------------------------------- */
/*       Other decoration                                                    */
/* ------------------------------------------------------------------------- */


.section1 {
  border-color: maroon;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #cccccc;
  text-align: center;
}
.section2 {
  border-color: maroon;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #cccccc;
}
.section3 {
  border-color: maroon;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #cc9933;
}

.section4 {
  border-color: maroon;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #cc9933;
  text-align: center;
}

.Photo {
/*  border-color: maroon;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid; */
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #cc9933;
  text-align: center;
}


@media Screen    
{
a:hover {
	background: #FFCC99;
}
}

/* ========================================================================= */

