* {
	margin:0;
	padding:0;
}
body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
}
p {
	margin-top:10px;
}
a:link {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
li {
	list-style:none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal !important;
}
img {
	border:0 !important;
}
.cb {
	clear:both !important;
}
form {
    margin: 0;
}