body      {
	      background-color: #F5EEFD;
	}
table	{
	  border: thin solid black;
	  border-collapse: collapse;
	  border-spacing: 0px;
}
td, th	{
	  border: thin dotted black;
	  padding: 5px;
}
th	{
	  background-color: #FF9331;
}
h1, h2, h3 {
		text-align: center;
		color: #CC0066;
}
h4 {
    color: #CC0066;
}
.cellcolor	{
		  background-color: #C0E7F3;
}
.center	{
	  text-align: center;
}
.code		{
		  background-color: white;
		  padding: 0px 5px 0px 5px;
		  border-width: thin;
		  border-style: solid;
		  border-color: black;
}
#nav {
      text-align: center;
      background-color:  #F5EEFD;
}
#linkbar {
	      background-color: #75B4FF;
	      border-width: thin;
	      border-style: solid;
	      border-color: black;
	      width: 220px;
	      height: 190px;
	      float: left;
	      text-align: center;
	      padding: 0px 0px 10px 0px;
	      margin: 0px 10px 0px 0px;
	  }
#sidebar {
	      background-color: #75B4FF;
	      border-width: thin;
	      border-style: solid;
	      border-color: black;
	      width: 220px;
	      height: 190px;
	      float: right;
	      text-align: center;
	      padding: 0px 0px 10px 0px;
	      margin: 0px 10px 0px 0px;
	  }
#header {
	      background-color: #75B4FF;
	      border-width: thin;
	      border-style: solid;
	      border-color: black;
	      text-align: center;
	      height: 190px;
	      padding: 10px 0px 0px 0px;
	      color: #CC0066;
	      line-height: 1.3em;
	  }
#main {
	      padding: 0px 30px 0px 30px;
	      background-color: #F5EEFD;
	      font-family: sans-serif;
	      line-height: 1.6em;
	  }
#footer {
	    background-color: #75B4FF;
	    text-align: center;
	    font-size: 90%;
	    clear: left;
	    border-width: thin;
	      border-style: solid;
	      border-color: black;
	  }