body {
   font-family:sans-serif; 
   background-color: rgb(255,190,150);
}
h1 {
   font-size:24px;
}
h2 {
   font-size:17px;
   margin:0px 16px 0px 4px;
}
p {
   font-size:16px;   
   margin:0px 0px 8px 8px;
}
ul {
   margin:0px 0px 15px 0px;
}
li {
   font-size:16px;
   margin:0px 0px 0px 0px;
}
a:link { font-weight:bold; color: rgb(241, 85, 16); text-decoration:none }
a:visited { font-weight:bold; color: rgb(241, 85, 16); text-decoration:none }
a:hover { font-weight:bold; color: rgb(241, 85, 16); text-decoration:underline }
a:active { font-weight:bold; color: rgb(241, 85, 16); text-decoration:none }
a:focus { font-weight:bold; color: rgb(241, 85, 16); text-decoration:none }
