/* Styl vir Palmkronieke 1 */

:link { color: #0000FF }  	/* for unvisited links */
:visited { color: #800080 } 	/* for visited links */


body {
  margin-left: 10%;
  margin-right: 10%;
  text-align:left;
}

h1 {
  text-align:center;
  font-family:"Imprint MT Shadow",serif;
  color:#CC3333;
}

h2 {
  color:#CC3333;
  text-align:center;
}

h3, h4, h5 {
  text-align:center;
}
  
strong { 
  color: #CC3333;
}

em { 
  color: #CC3333;
}

hr {
  color:#CC3333;
}

div.header {
  color:#CC3333;
  text-align:center;
}

div.footer {
  color:#CC3333;
  text-align:center;
}

img {
  color:#CC3333;
  text-align:center;
}

table {
  color:#CC3333;
}


