h1 {
	color: #ffffff;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:120%;
	}
	
h2 {
	color: #0099cc;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:120%;
	}


p {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	}
	
p2 {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	}

p3 {
	color: #0099cc;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	}

	
	
img {
	border-style: none;
	color: #CCCccc;
}

/* unvisited link */
a:link {
    color: #ffffff;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #ffffff;
	text-decoration: none;
	