a:link
{
	color: Purple;
}
a:visited
{
	color: Purple;
} 
a:active 
{
	color: rgb(153,0,255);
}
a:hover
{
	background: Purple;
	color: White;
	font-weight: bold;
}

background
{

}
body
{
	background: #EE82EE url('https://www.beautifuldoll.com/design/oybd_violet.jpg') no-repeat center top;
	
}
table
{
	background-color: White;
	background: transparent;
	border: Purple;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
	}
h1
{
	color: Purple;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
h2
{
	font-size: x-small;
}
h3
{
	font-size: small;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 0%;
	font-weight: normal;

}
h4
{
	color: Purple;
	font-weight: bold;
	line-height: 12pt;
	text-align: left;
}
h5
{
	color: Purple;
	text-align: right;
	line-height: 25%;
}
h6
{
	color: Purple;
	font-size: x-small;
	line-height: 25%;
	text-align: left;
	padding-left: 10px;
}