.red {color: red}

.datefield {
	 font-family: sans-serif; 
	 font-size: 1.3em; 
	 background-color: #cccccc 
}

.subjectfield {
	 font-family: sans-serif; 
	 font-size: 1.3em;
	 border-bottom: 2px solid #50b44c;
}

.updatefield {
	 font-family: serif; 
	 font-size: 1.3em;
	 background-color: #ffcc66 
}

.whatsnew {
	 font-family: serif; 
	 font-size: 1.3em;
}
a.whatsnew:link {
                  background-color: transparent;
                  color: #ff0000;
                  text-decoration: none;

  }
a.whatsnew:active {
                  background-color: transparent;
                  color: #ff0000;
                  text-decoration: none;

  }
a.whatsnew:visited {
                  background-color: transparent;
                  color: #ff0000;
                  text-decoration: none;

  }
a.whatsnew:hover {
                  background-color: #ff6666;
                  color: #ffff00;
                  text-decoration: none;

  }



.menutext {
	 font-family:Times New Roman, Times, serif;
	 font-size: 1.6em;
	 color: #006600;
}

body {
       margin: 0px 5% 0px 5%;
       line-height: 1.4;
       background-color: #ffffff;
}
a:link {
                  background-color: transparent;
                  color: #006600;
                  text-decoration: none;

  }
a:active {
                  background-color: transparent;
                  color: #ff0000;
                  text-decoration: none;

  }
a:visited {
                  background-color: transparent;
                  color: #009966;
                  text-decoration: none;

  }
a:hover {
                  background-color: transparent;
                  color: #009999;
                  text-decoration: none;

  }




div.box{
          border-top: thin solid #50b44c; 
          border-left: thin solid #50b44c; 
          border-right: thin solid #50b44c;
          border-bottom: 3px solid #50b44c;
          margin: 1em 0em;
}

