/* Colour Glossary
#FFFF99 - beigey yellow
#650065 - purpley
#000000 - black
#ffffff - white
*/


h1,h2,h3 { text-align: center; }

div.advert {  background: #ffff99; border: 1px solid #000000; margin-left: auto; margin-right: auto; font-family: tahoma, arial, sans-serif;}
div.advert h2 { color: #000000; font-size: 1.1em; margin: 10px 0px 10px 0px; padding: 0px; }
div.advert p { color: #650065; font-style: italic; text-align: justify; width: 90%; margin-left: auto; margin-right: auto;}
div.advert p.center { text-align: center; }
div.advert div.header { background: #650065; color: #ffffff; }
div.advert div.header h1 { color: #ffffff; padding: 15px 10px 15px 10px; margin: 0; font-size: 1.8em; }
   
div.advert div.bottom { background: #650065; padding: 10px 5px 10px 5px; clear: both; }
div.advert div.bottom p {color: #ffffff; font-style: normal; font-size: 0.8em; text-align: center; }
div.advert div.bottom a { color: #ffffff;}
div.advert p.question { font-weight: bold;color: #000000; font-style: normal; }

ul { list-style: none; padding: 0; font-size: 1.3em; text-align: center;}
ul li { padding: 5px;}

ol { text-align: left; }