/*
	Name: Emre Gul
	Date: 10/8/21
*/

/*	body	*/

body	{
	background-color: chocolate;
}

/*	link	*/

a	{
	color:navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:none;
}

/*	headings	*/

h1	{
	font-size: 3em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	background-color: orange;
	color: blue;
}

h2	{
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	
}
/*	paragraph	*/

p	{
	font-size: 1em	;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:	;
	line-height: 2;
	margin:0;
}

em	{
	font-weight:700;
}

li, ol	{
	color: purple;
	font-size: 1em;
}
