/* Default settings for standard elements */

img
{
	border-style: none;
}

a
{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: arial;
	font-size: 18pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	letter-spacing: -0.5pt;
}
