/*header*/ h5 {color:darkgreen;} h3 {color:darkgreen;} li.fire { list-style-type:disc; list-style-position: outside;} li.fire1 { list-style-type:circle; list-style-position: inside; margin-left: 20px;} /*text*/ p, li, h4 {color:green;} p.end_statement {color:blue;} /*center header and font*/ .center { text-align: center;} h1 { font-family: Georgia, 'Times New Roman', Times, serif; } /*margins*/ p.paragraph,p.end_statement,h3,li.fire { margin-left: 20px;} div.menu { color: #900; font-weight: bold; text-align: center } em { text-decoration: underline;} a { text-decoration: none; color:#0000FF; }