@charset "iso-8859-1";
body { 	font-family: Comic Sans MS Bold, sans-serif;
		font-size: 90%;
		line-height: 150%;
		background-color: #CCCCCC;
       }

table { font: Verdana, Arial, Helvetica, sans-serif;
	   line-height: 150%;
       }

h2		{
		line-height: 1.2em;
		}

.box { 
		background-color: #FFFFFF;
		margin-left: 15%;
		border: none;
       width: 700px;
	   color: #0F0F0F;
	   padding: 1em;
	   line-height: 150%;
	   }
  
.box a {
	   background-color: #ffffff;
	   font-weight: bold;
	   text-decoration: none;
	   color: #3333FF;
	   }

.box a:hover { background-color: #ffffff;
               font-weight: bold;
               text-decoration: underline;
               color: #FF0000; }
.box a:active { background-color: #ffffff;
                font-weight: bold;
                text-decoration: none;
                color: #3333FF; }
/*
ul {
		background-color: #FFFFFF;
		border: none;
		color: #0F0F0F;
		line-height: 150%;
		text-align: left;
		}

ul a {
		background-color: #CCCCCC;
		font-weight: bold;
		text-decoration: none;
		color: #3333FF;
		}

ul a:hover {
		background-color: #3333FF;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;}

ul a:active {
		background-color: #CCCCCC;
		font-weight: bold;
		text-decoration: none;
		color: #3333FF;
		}
*/
.date  {
		background: #ffff00;
		font-weight: bold;
		}
