@charset "utf-8";
/* CSS Document */

/*main page styling*/

p
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:80%;
	font-weight:100;
	}

p1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:80%;
	font-weight:100;
	}
	
	
a:link {color:#999999}
a:visited {color: #999999}
a:hover {color: #999999}
a:active {color: #999999}


h1	
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#CE77A1;
	font-weight:bold;
	font-stretch:expanded;
	}
h2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#3E6FB4;
	font-weight:bold;
	}
	
h3
	{
	font-family:"Balloonist SF", "Brush Script MT";
	font-size:150%;
	color:#CE77A1;
	font-weight:bold;
	}
	
li	
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3E6FB4;
	font-size:80%;
	font-weight:100;
	margin:5px;
	padding:1px;
	list-style-type: circle;
	left: auto;
	display: list-item;
	text-align: left;
	list-style-position: outside;
	font-style: normal;
	white-space: normal;
	}	
