* {
	margin							: 0;
	padding							: 0;
}

body {
	background						: #ffffff;
	font-family						: verdana, arial, tahoma;
	position: relative;


}

p
{
	font-family						: Verdana, arial, tahoma;
	font-size						: 10pt;
	font-weight						: normal;
}

H1
{
	color							: #024e9d; 
	font-family						: Verdana;
	font-size						: 18px;
	font-weight						: bold;
}

#container{
	width							: 600px;
	margin							: 100px auto 0 auto;
}

