@charset &quot;utf-8&quot;
/* CSS Document */

div#chart table {
text-align: center;
}

div#chart td.gap {
height: 10px;
}

div#chart tr.blue {
background-color: #00FFFF;
}

div#chart tr.orange {
background-color: #99FF00;
}

div#gallery {
	width: 700px;
	height: 1850px;
	margin-left: auto;
	margin-right: auto;
}

div#gallerylinks {
  border-style: groove;
  border-color: #0f0961;
  color: #0f0961;
  width: 500px;
  height: 75px;
  margin-left: 93px;
}
  
div#gallerylinks li {
 text-align: center;
 list-style: none;
 display:  block;
 padding-right: 15px;
 float: left;
}

 
div#gallerylinks a:link {
 color: #0f0961;
 font-size: 18px;
 
 }

div#gallerylinks a:visited {
 color: #0f0961;
 font-size: 18px;
}

div#gallerylinks a:active {
  color: #a6aab9;
  font-size: 18px;
  }


div#gallerylinks a:hover {
  color: #a6aab9;
  font-size: 18px;
  }

div.pic {
	margin: 2px;
	height: 1100px;
	width: 695px;
	float: left;
	text-align: center;
}

div.pic h3 {
	color: #0f0961;
}

div.pic p {
  text-align: center;
  color: #0f0961;
}

  
div.pic img {
	display: inline;
	margin: 19px;
	width: 100px;
	height: 100px;
}

div.pic a:link {
 color: #0f0961;  
}

div.pic a:visited {
 color: #0f0961;
 }

div.pic a:active {
  color: #a6aab9;
  }


div.pic a:hover {
  color: #a6aab9;
  }


div.pic a:visited {
 color: #0f0961;
 
}

div.pic a:active {
  color: #a6aab9;
  }


div.pic a:hover {
  color: #a6aab9;
  }


div.pic a:hover img {
margin: 9px;
border: 10px solid #990000;
}


div.awards {
margin: 13px;
height: auto;
width: auto;
float: left;
text-align: center;
}
  
div.awards img {
display: inline;
margin: 2px;
width: 200px;
}

div.awards img#img {
margin-top: 22px;
margin-bottom: 21px;
}

div.desc {
text-align: center;
font-weight: normal;
width: 200px;
margin: 2px;
}
