h1, h2, h3, h4, h5, h6 
{
    background-color: transparent;
    text-align: center;
}

h1
{
	font-size: 200%;
}

h2
{
	font-size: 150%;
}

h3
{
	font: 75%;
}

td.center
{
    text-align: center;
}

h2.left, h3.left, h5.left, h6.left
{
    text-align: left;
}

body
{
    background-image: url("./Colorful-Roses-And-Flowers.jpg");
    background-repeat: repeat;
    color: #990099;
    font-family: Verdana, Trebuchet, "sans serif";
	font-size: smaller;
}

table
{
	border-collapse: separate;
}

td
{
    color: #990099;
    font-family: Verdana, Trebuchet, "sans serif";
	font-size: smaller;
}

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 */
 
ul.x
{
    list-style-image: url("./strawberry.gif") 
}

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;
}

p.red
{
    text-align: center;
	color: red;
	font-weight: bold;
}

#gerlilybutton
{
	border-style: outset;
    border-color: #990099;
    border-width: 2px;
    background-color: #ff99ff;
    text-decoration: none;   
    width: 80px;
    height: 20px;
    text-align: center;
}
.buttontext
{
	color: #990099;
    text-decoration: none;   
    font: bold italic Verdana;
    cursor: hand;
}
.buttonover
{
	color: white; 
    text-decoration: none;
    font: bold italic Verdana;
    cursor: hand;
}
