﻿header h1{
	font-size:30px;
	color:white;
	width:500px;
	height:50px;
	line-height:50px;
	margin-right: auto;
	margin-left : auto;
	text-align:center;
	/*text-margin:100; */
	border:2px solid blue;
	border-radius:2px 2px 2px 2px;
	background:linear-gradient(white,blue);
	text-shadow:-1px -1px 1px gray;
}


header h2{
	font-size:30px;
	color:white;
	width:320px;
	height:50px;
	line-height:50px;
	margin-right: auto;
	margin-left :5px;
	text-align:center;
	/*text-margin:100; */
	border:2px solid blue;
	border-radius:15px 15px 15px 15px;
	background:linear-gradient(white,darkblue);
	text-shadow:-1px -1px 1px gray;
}


main section ul{
  		list-style: none;
}


main section li{
		margin-top:10px;line-height:30px/* margin-bottom:20px;*/
}

main section h4{
	font-size:30px;
	color:white;
	width:500px;
	height:50px;
	line-height:50px;
	margin-right: auto;
	margin-left : auto;
	text-align:center;
	/*text-margin:100; */
	border:2px solid orangered;
	/*border-radius:5px 5px 5px 5px;*/
	background:linear-gradient(white,orangered);
	text-shadow:-1px -1px 1px gray;
}
