h1 {
	font-family: Arial;
	font-size: 16px;
	color: #000066;
}

p,ul,li {
	font-family: Arial;
	font-size: 13px;
	color: #000066;
}

a:visited,a:active,a:link {
	font-family: Arial;
	font-size: 13px;
	color: #000066;
	text-decoration:none;
}
a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #000066;
	text-decoration:underline;
}

#divMoveToBottom {

   position: absolute;
   bottom: 150px;

}
