@charset "utf-8";

/* CSS Document: Basic.css */

html{	
	height:101%;
}
body{
	margin:0;
	background:url(../images/bckgrnd.png);
	font-family:Verdana;
}

h1,h2,h3,h4,h5,h6{
	margin:10px;
	font-weight:normal;
}

p{
	margin:10px;
}

small{
display:block;
}