@font-face{
	font-family: 'romantic';
	src: url(../font/romantic.ttf);
}

header{
	margin-left: 70%;
	color:coral;
}

h1{
	font-family: 'romantic';
	font-size: 20pt;
	letter-spacing: 10px;
	text-shadow: 2px 2px 6px orange, 0 0 10em orange;
}

ul{
	list-style: none;
	font-size: 10pt;
	line-height: 14pt;
}

a{
	text-decoration: none;
	color:coral;
}

a:hover{
	text-shadow: 2px 2px 6px orange, 0 0 10em orange;
}

h2, h3{	
	font-family: 'romantic';
	letter-spacing: 5px;
	line-height: 20pt;
	font-size: 10pt;
	text-align: center;
}

#text1 h2, #text1 h3, #text1 a{
	color: red;
	text-shadow: 2px 2px 6px red, 0 0 10em red;
}

#text2 h2, #text2 h3,  #text2 a{
	color: orange;
	text-shadow: 2px 2px 6px orange, 0 0 10em orange;
}

#text3 h2, #text3 h3,  #text3 a{
	color: gold;
	text-shadow: 2px 2px 6px yellow, 0 0 10em yellow;
}

#text4 h2, #text4 h3,  #text4 a{
	color:lawngreen;
	text-shadow: 2px 2px 6px greenyellow, 0 0 10em greenyellow;
}

#text5 h2,  #text5 a {
	color:lightskyblue;
	text-shadow: 2px 2px 6px lightblue, 0 0 10em lightblue;
}

#text6 h2, #text6 h3,  #text6 a{
	color:orchid;
	text-shadow: 2px 2px 6px plum, 0 0 10em plum;
}



h3{
	font-size: 6pt;
	line-height: 10pt;
}

p, #text5 li {
	overflow: scroll;
	text-align: justify;
	text-indent: 2em;
	padding: 0px 10px;
	font-size: 10pt;
}

#text5 li, #text6 p{
	text-indent: 0;
}

article{
	width: 250px;
	height: 350px;
	overflow: scroll;
}

#text1{
	box-shadow: 1px 1px 3px red, 0 0 3em red;
}

#text2{
	box-shadow: 1px 1px 3px orange, 0 0 3em orange;
}

#text3{
	box-shadow: 1px 1px 3px yellow, 0 0 3em yellow;
}

#text4{
	box-shadow: 1px 1px 3px greenyellow, 0 0 3em greenyellow;
}

#text5{
	box-shadow: 1px 1px 3px lightblue, 0 0 3em lightblue;
}

#text6{
	box-shadow: 1px 1px 3px plum, 0 0 3em plum;
}

img{
	width: 100%;
	vertical-align: center;
	box-shadow: 1px 1px 3px lightblue, 0 0 3em lightblue;
}

figcaption{
	font-size: 6pt;
}

article {
	display: inline-block;
	margin-right: 50px;
	margin-top: 50px;
}

ol li{
	font-family: 'romantic';
	letter-spacing: 5px;
	line-height: 20pt;
	font-size: 10pt;
}

footer{
	margin-top: 40px;
}