﻿body
{
    background-image: url("http://www.adragon.com/main/dragon-tile2.jpg");
    background-repeat: repeat-y;
    background-position: left;
    margin-left: 2.0in;
}
p.center
{
    text-align: center;
    font-size: normal;
}
p.left-indent
{
    text-align: left;
	text-indent: 0px;
    font-size: normal;
	margin-left : 50px;
}
p.eventtitle
{
    color: Red ;
    text-align:center;
    font-size:large ;
    font-style:italic;
    font-weight:bold;
}
h1.toptitle
{
    color: #006320;
    font-size: x-large;
    text-align: center;
    font-family: "Lucida Calligraphy";
}
h1.secondtitle
{
    color: #006320;
    text-align: center;
    font-family: "Lucida Calligraphy";
    font-size: larger;
}

.boxed {
  border: 1px solid blue ;
  font-family:"Courier New", Courier, monospace;
  background-color:#CCC;
}
