<style type="text/css">
html {
	
}
body {
    	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    	font-size: 14px;
    	background-color: #004868;
}
p {
    	text-align: justify;
}
h1{	
	text-align:center;
	color:#d2232a;
	font-size:1.3em;
}
hr
{
	border:solid 1px black;
	width: 96%;
	color: #FFFF00;
	height: 0px;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
table {
  	max-width:95%
  	border-collapse: collapse;
}

th {
  	border: 1px solid black;
  	background-color: #FFF8DC;
}
td {
	padding:4px;
	padding-right: 20px;
	vertical-align:top;
	border: 1px solid black;
	text-align: left;
}
#container {
    	max-width: 800px;
    	height: 100%;
    	position: relative;
    	margin:0 auto;
    	border: 3px solid #aad6e9;
    	background-color: #fff;
}
#content {
	padding: 2%;
	text-align: justify;
	max-width:98%;
}
#content #heading_div h3 {
	background-color:#FFF8DC; 
	padding:4px; 
	width:98%;
	margin-left:0px;
	margin-bottom:10px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    	font-size: 1.1em;
}
#content h1 {
	font-family: Times New Roman, Georgia, serif;
	max-width: 90%;
	margin-left: 5%;
}
#content h2 {
	font-family: Times New Roman, Georgia, serif;
	max-width: 90%;
	margin-left: 5%;
}
#content h3 {
	font-family: Times New Roman, Georgia, serif;
	max-width: 90%;
	margin-left: 5%;
	text-align:center;
}
#content h4 {
	font-family: Times New Roman, Georgia, serif;
	margin-right: 5%;
	text-align: right;
	color: #666;
	font-size: 1em;
}
.contact {
	display:block;
	text-align:center;
	vertical-align: middle;
	padding:5%;
	border:3px dotted #f7941d;
}
img {
    	display: block;
    	max-width:100%;
}
#nav-wrapper {
	text-align:center;
}
.nav {
     	display: inline-block;
     	max-width: 100%;
     	height: 50px;
     	margin-left: auto;
     	margin-right: auto;
     	margin-top: 15px;
     	margin-bottom: 15px;
     	position: relative;
}
/* Links */
.nav a:link {
    	text-decoration: none;
    	display: inline-block;
    	padding: 8px 16px; 
    	background-color: #00aeeb;
    	color: white;
    	margin-right: 10px;
    	border-radius: 5px 10px;
    	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
/* Link to Current Page 
.nav a:active {

} */
/* Links Already Visited */
.nav a:visited {
    	color: white;
} 
/* Links When Hovering */
.nav a:hover {
    	background-color: #3daa54;
    	color: white;
}
#footer {
	max-width: 800px;
	background-color:#aad6e9;
    	position: relative;
    	margin:0 auto;
    	bottom:0;
    	padding: 3%;
    	line-height: 1.4em;
    	border: 0px solid #d2232a;
    	font-size:0.75em;
}
/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */    
@media only screen and (max-width: 600px){
    #container { 
        max-width: 98%;
        }
    #content h1{
        }
    #content h2,h3 {
    	font-size:1em;
        }
    #content h4{
        font-size: 0.75em;
        }
    #footer {
    	max-width:98%;
    	}
    .img {
    	max-width:95%;
        }
    .nav a:link {
        display: inline-block;
        font-size: 0.8em;
        padding: 5px 12px; 
        margin-right: 5px;
        margin-bottom: 5px;
        }   
}
</style>