﻿* {
	padding: 0;
	margin: 0;
	outline: none;
	box-sizing: border-box;
}

body {
	background-attachment: fixed;
	font-family: Arial;
}

ol, ul {
	list-style-position: inside;
}
