P   {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration: underline;
	color: #330099;
}

A:Visited  {
	color: #330066;
}

A:Active  {
	color: Navy;
}

A:Hover  {
	Color: Red;
}


.cursive  {
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
	font-style : italic;
}

.boldwhite {
	font-weight : bold;
	color: white;
	font-family : sans-serif;
	
}

.whiteback {
	font-weight : bold;
	color: purple;
	font-family : sans-serif;
	background : White;
	
}

.blackback {
	
	color: white;
	font-family : serif;
	background : black;
	
}

BODY  {
	background-image: url("images/bg.gif");

}


.whitebackitalic {
	font-weight : bold;
	color: #660066;
	font-family : "Times New Roman", Times, serif;
	background : White;
	font-style: italic;
	font-size: 18px;
}
.whitebackitalic24 {

	font-weight : bold;
	color: #660066;
	font-family : "Times New Roman", Times, serif;
	background : White;
	font-style: italic;
	font-size: 24px;
}
.cursive10bold {
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
	font-style : italic;
	font-weight: bold;
}
.times14italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #663399;
}
.sanserif12 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.arial14 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.times24 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #663399;
}
.times24bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #663399;
	font-weight: bold;
}
.sanserif14 {

	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.times21boldgray {

	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.arial12 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.arial10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
