/*//////////////////////////
///// HTML BASIC CODE /////
////////////////////////*/

* {
	border:0;
	margin:0;
	padding:0
}

a {
	text-decoration:none
}

body {
	background:#fff;
	color:#777;
}

h1 {
	background:inherit;
	border-bottom:1px dashed #ccc;
	color:#000000;
	font:20px Verdana, sans-serif;
	text-align:center
}

p {
	clear:both;
	font:10px Verdana, sans-serif;
	text-align:center
}

p a {
	background:inherit;
	color:#777
}

p a:hover {
	background:inherit;
	color:#000
}
