body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #222;
	background-color: #D4E3F7;
    width: 990px;
    margin: 20px auto;
    }
.container {
  background-color: white;
  border: 2px solid #16007a;
  padding-top: 5px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}

#head {
 text-align: center;
 font-size: 1.9em;
 font-family: arial;
 font-weight: bold;
 color: #39405D;
 }

.heading {
   position: relative;
   top: 1.3em;

}


hr {color:#16007a;
    width: 95%;
    	}
p {
	font-size : 0.95em;
	line-height: 1.5em;
	width: 53em;
    background-color: white;
}

ul {
  max-width: 45em;
}


#menu {
	font-size : 1.1em;
	color : #39405D;
    border-right: 1px solid #16007a;
    padding-left: 2em;
    width: 14%;
    float: left;
}
li {
	line-height: 2em;
	font-size: 1em;
	}
li a {
	font-size: 1em;
	}
li a:visited {
	font-size: 1em;
	}
li a:hover {
	font-size: 1em;
	}
p a {
	font-size: 1em;
	}
p a:visited {
	font-size: 1em;
	}
p a:hover {
	font-size: 1em;
	}
a {
	font-size : 0.9em;
	color : #39405D;
	background-color: white;
	}
a:hover {
	font-size : 0.9em;
	color : #B35F3D;
	background-color: white;
	text-decoration : none;
}
a:visited {
	font-size : 0.9em;
	color : #B35F3D;
	background-color: white;
	text-decoration : underline;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	color : #39405D;
	background-color: white;
	text-align : left;
}
h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	text-decoration : underline;
}

#content {
  padding-left: 15em;
}

table {
  border-collapse: collapse;
}

th {
 border: 1px solid black;
 padding: 2px 10px;
}


td {
  border: 1px solid black;
  }


h5 {
	font-family:"Verdana, Geneva, Arial, Helvetica, sans-serif"; 
	font-size:0.7em; 
	text-align:Center; 
	color:#39405D;
	background-color: white;
}

p.footer {
  font-size: 0.7em;
  text-align: center;
}

