﻿div.figure {  
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

h1 {
    color:#ffffff;
	text-shadow: 2px 2px #FF0000;
}

h2 {
    color:#ffffff;
	text-shadow: 2px 2px #FF0000;
}

h3 {
    color:#ffffff;
	text-shadow: 2px 2px #FF0000;
}

a {
    color: black;
	font-style: bold;
}

p {
    color: #ffffff;
    text-shadow: 2px 2px #FF0000;
    font-family: Verdana, Geneva, sans-serif;
}

strong { 
    font-weight: bold;
    text-shadow: 2px 2px #FF0000;
    text-color: #ffffff;
}

figcaption { 
    color; #ffffff;
    text-shadow: 2px 2px #FF0000;
    font-family: Verdana, Geneva, sans-serif;
}

ol.li {
    margin: 0.5em;
    padding: 0.5em;
}

li {
    color: #ffffff;
}

footer { 
    margin: 0.5em;
    padding: 0.5em;
    font-style: italic;
    font-size: smaller;
}

