*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: #ffffff;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	display:block;
	
	margin:10px;
}

h1 
{
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;

	margin-bottom: 15px;
}

h2 
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	padding-top: 10px;
	padding-bottom: 5px;
}

p 
{
	font-family: Arial;
	color: #000000;
	font-size: 12px;

	margin-bottom: 5px;
}

a 
{
	font-family: Arial;
	text-decoration:underline;
	color: #000000;
	font-size: 12px;

}

a:visited 
{
	text-decoration:underline;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	display: inline;
}

a:active 
{  
	text-decoration:underline;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	display: inline;
}

a:hover 	
{
	text-decoration:none;  
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	display: inline;
}

ul
{
	list-style: square;
	
	margin-left: 15px;
	margin-bottom: 15px;
}

li
{
	padding-bottom: 5px;
}

img
{
		border: 0px;
}
