
h2 {
 margin-top: 50px;
 margin-left: 20px;
 color: black;
 font-weight: bold;
 font-size: 18px;
 }

ul {
 margin-top: 80px;
 margin-left: 20px;
 font-weight: bold;
 list-style-type: none;
 width: 420px;
 }

li{
 padding: 3px;
 }
 
li.blueitem{
 background-color: #DEEBF7;
 list-style-type: none;
 }
 
.note_cont {
 padding-top: 40px;
 float: right;
 }
 
