html {
	margin: 10px;
	padding: 10px;
}
	
body {
	font-family: verdana;
	font-size:15px;
	margin: 50; 
	padding: 0;
}

h1 {
	font-family: verdana;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: lower-roman;
}

img {
	border: 50;
}
