h1, h2, h3, h4, h5, h6 
{
    background-color: transparent;
    text-align: center;
}

h1
{
	font-size: "300%"
}

h2.left, h5.left, h6.left
{
    text-align: left;
}

body
{
    background-image: url("FlowerFairiesBG.jpg");
    background-repeat: repeat-y;
    color: #990099;
    font-family: "Comic Sans MS", serif;
	font-size: "smaller";
    margin-left: 3.5cm;
    margin-right: 1cm;
}

table
{
	border-collapse: separate;
}

td
{
    color: #990099;
    font-family: "Comic Sans MS", serif;
	font-size: "smaller";
    margin-left: 3.5cm;
    margin-right: 1cm;
}

td.border
{
	border-style: double;
	border-color: #990099;
}

a:link {color: #990099}     /* unvisited link */
a:visited {color: #ff0099}  /* visited links */
a:active {color: #660099}   /* active links */
 
img
{
    border-color: #990099;
}

img.top {vertical-align:top}
img.middle {vertical-align:middle}
img.bottom {vertical-align:bottom}

p.left
{
    text-align: left;
}

p.center
{
    text-align: center;
}

p.right
{
    text-align: right;
}
