/* CSS Document */

body {
	margin: 0px;
	height: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

p
	{
	font-size:10px;
	}

p a	
	{
	font-size:14px;
	color:#555555;
	text-decoration: none;
	}
p a:hover
	{
	font-size:14px;
	color:#999999;
	text-decoration: none;
	}