
body { background-color: #dee9ff;
	color: #05173b;
	font-family: courier;
	font-size: medium;
}
h1{
	
}
h2{
	
}
table {

     width: 100%;
     
     border-collapse: collapse;
     border-color: #123680;
     border-style: dashed;
     text-align: center;
     th{
         background-color: #1d49a3;
         color: white;
     }
     th, td {
         
         border-style: dashed;
         padding: 5px;
         text-align: center;
     }
     
}