@charset "utf-8";
/* CSS Document */
p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	padding: 2px;
	left: 210px;
	right: 200px;
	top: 220px;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	
}

h2
{
	position:absolute;
	left:800px;
	top:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #000000;
	font-variant: normal;
	text-transform: lowercase;
}
h4
{
	position:absolute;
	left:800px;
	top:450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #660066;
	font-variant: normal;
	text-transform: lowercase;
}


a:link {
    color: #660066;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:visited {
    color: #660066;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
a:hover {
    color: #cc99ff;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
}
a:active {
    color: #cc99ff;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
} 

