/* styles for the main divisions */
/* style for the outermost divisions */
#container 
{  position: relative;
   width: 900px; 
   padding: 20px;
   padding-bottom: 40px;  /* needs to include the spacing of the internal divisions; */
   margin-left: auto;
   margin-right: auto;
   border:solid 0px;
   background-color: #f0f0f0;
   text-align: left;
}

/* normal content division using one column */
#content
{   position: relative; 
    top: 20px; 
    padding: 10px;
}

body 
{
  color: black;
  font-size: 14;
  background-color: rgb(245, 250, 255);
}
h1
{  color: rgb(96, 0, 96);
   font-size: 20;
}
h2
{  color: black;
   font-size: 16;
}
h3
{ 
   font-size: 13;
   color: black;
}
table
{ background-color: #d0e4ff;
  border: 0; 
}
td
{ padding-left: 0.2cm;
  font-size: 12;
}
a 
{	text-decoration: none;
   font-size: 14;
	color: #244277;

}
a:hover 
{	font-weight: bold;
	color: #4884ff;
}
