p {
	line-height : 16px;
	font-size : 12px;
	color : #000000;
	font-family : Comic Sans MS;
	text-align : left;
	position:static;
}

A:link,A:Active,A:Visited {
	font-size:14px;
	font-family : Comic Sans MS;
	color : #000000;
	text-decoration : none;
	position:static;
	font-weight:100;
}

A:Hover  {
	font-size : 14px;
	font-family : Comic Sans MS;
	color : #ffff00;
	text-decoration : none;
	position:static;
	font-weight:100;
}

body {
	background-color:#ffffff;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	height: 100%;
}

div {
	line-height : 16px;
	font-size : 12px;
	color : #000000;
	font-family : Comic Sans MS;
	text-align : left;
	position:static;
}


html {
	height: 100%;
}