/*
	Name: Emre Gul
	Date: 10/8/21
*/

/*	body	*/

body	{
	background-color: chocolate;
	background-image: url(images/carbon.jpg)  ;
}

/*	link	*/

a	{
	color:lavender;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:none;
}
a:visited	{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:none;
	background-color: orange;
}
a:hover	{
	color:navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:underline;
	background-color: yellow;
}
a:active	{
	color:pink;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:overline;
	background-color: red;
}

/*	headings	*/

h1	{
	font-size: 20pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	background-color: orange;
	border-top: solid blue thick;
	border-bottom: solid blue thick;
}

h2	{
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	text-align: left;
	background-color:salmon;
	background-image: url(images/carbon.jpg)  ;
	
}

h1, h2, h4, h5, h6	{
	color: blue;
}
h3	{
	color: lightsalmon;
	font-weight: 800;
}
/*	paragraph	*/

p	{
	font-size: 16pt	;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: papayawhip	;
	line-height: 2;
	margin:0;
}

em	{
	font-weight:700;
}

li, ol	{
	color: darkslategret;
	font-size: 1em;
	list-style-type: upper-alpha;
	background-image: url(images/1.jpg);
	
}
li	{
	
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 15 15;
}
strong	{
	font-style: small-caps;
}

.left	{
	text-align:left;
}
p.right	{
	text-align: right;
}

strong, em	{
	color: lavender;
}
footer	{
	text-align:center;
	margin: 0 0 0 0 ;
	
}

img.floatleft	{
	float: left;
	margin: 10 0 10 0;
}

img.floatright	{
	float:right;
	margin: 10 0 10 0;
}

.advertisement	{
	text-align: center;
	color: white;
	background-color: black;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	float: right;
	font-size: 0.9em;
}

header	{
	text-align: center;
}


















