h1 {
	color: #AA0000 ;
	background-color: #FF9804;
        font-family: "Times New Roman"; font-style: italic;font-size:18;
}

h2 {
	color: BLACK;
        font-family: "Arial"; font-style: bold; font-size:14;
}

body {
       background-color: ##CCA000;

}

li{
color: WHITE;

}

note
 {
  display: block;
  width: 250px;
  font-size: 16pt ;
  font-family: arial ;
  font-weight: bold;
  background-color: teal;
  color: white;
  padding-left: 10px;
}


