/* CSS Document */
.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #000000;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #ffffff;
    border: 3px solid #CCCCCC;
}
/*jessica added*/
.main {
  margin-left: 10%;
  margin-right: 5%;
}

html,body{
    height: 100%;
    text-align: center;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-color: #000000;
    font-size: 12px;
    margin: 0px;
   /*background-image: url(path to image here);*/
}
.copyright-terms{
	text-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-color: #666666;
    margin: 0px;
}


a:link { 
	color: #696969;
	}
a:visited { 
	color: #696969;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #696969;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.figure { /* for images on the home page to have captions.*/
  float: left; 
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
</style>