@charset "utf-8";

html{ 
	box-sizing: border-box;
	background-color: #161616
}

*, *:before, *:after {
	box-sizing: inherit;
}

a{
    color: #2C8BD9;
    text-decoration: none;
}

a:visited {
    color: #6C9DE0;
	
}

a:hover, a:active, a:focus {
	
    text-decoration: underline;	
	
}

div{
    margin: 10px;
	padding: 10px;
}

body{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 20px;
 	font-weight: normal;
	color: #4C54DF
}

h1{
	 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	 font-size: 32px;
 	 font-weight: bold;
	 color: #4C54DF;
}

h2{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 25px;
 	font-weight: normal;
	color: #4C54DF
}

l1{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 15px;
 	font-weight: normal;
	color: #4C54DF
}
