body
{background:#CCE1FF url('me2.png') no-repeat right top;margin-right:400px;margin-left:50px;margin-top:100px;font-size:16px;font-family:"Times New Roman"; }

h1 {color:#000050; text-align:center;font-size:34px;margin-bottom 10px;}
h3 {color:#000080;font-size:20px;margin-bottom: 10px;margin-top:40px;text-decoration:underline;}

p {	font-family:"Times New Roman"; 
	font-size:16px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:5pt;
	text-align:justify;
   }

a:link {color:#000080;}    /* unvisited link */
a:visited {color:#000080;} /* visited link */
a:hover {color:#0000BA;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */

.bottom{ margin-bottom: 40px; margin-top: 0px; margin-left:00px} 
.top{ margin-top: 100px; } 

ul{margin-left:40px;}




 /* Style the tab */
div.tab {
    /*overflow: hidden;*/
    background-color: #B6CFFF;
    font-size:20px;
    color:#000080;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 50px;
    transition: 0.3s;
    font-size:20px;
    color:#000080;
    text-decoration:underline;
    font-weight: bold;
    font-family:"Times New Roman"; 
}


/* Create an active/current tablink class */
div.tab button.active {
    background-color: #AFC6FF;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 60px 12px;
    border-top: none;
} 


