﻿body         
{ 
	font-family: Verdana;
	margin:0;
	padding:0;
    background-image: url('images/pinkbackground.jpg');
    background-repeat: repeat;
}
p
{
	font-family: Verdana;
	font-size: small;
}
ul
{
	font-family: Verdana;
	font-size: small;
}
li
{
	font-family: Verdana;
	font-size: small;
}
h1
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
}
h2
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
} 
.footer
{
    font-size: medium;
    background-color: #EE4F49;
    color: #000000;
    text-align: center;
    background-image: url('images/pinkbackground.jpg');
    background-repeat: repeat;
}
.header
{
    font-size: medium;
    color: #000000;
    text-align: center;
    background-color: #EE4F49;
    background-image: url('images/pinkbackground.jpg');
    background-repeat: repeat;
} 
.style2
{
    width: 20%;
}
.style3
{
	width: 80%;
	background-color: White;
}
.style4
{
	width: 20%;
	text-align: center;
	background-color: #BB3E39;
}
.style5
{
    text-align: left;
}
.style6
{
    height: 19px;
}

.content
{
    background-color: White;
    font-size: medium;
}
