

body { margin-left: 2em; margin-right: 1em; }
body { background: white; }



h1 { background: mistyrose; color: deeppink; line-height:1.5em; }
h1 { font-size: 1.2em; font-style: normal; }

h2 { background: mistyrose; color: red; line-height:1.5em; }
h2 { font-size: 1.2em; font-style: normal; }

h3 { background: mistyrose; color: red; line-height:1.3em; }
h3 { font-size: 1.1em; font-style: normal; }


h4 { background: mistyrose; color: blue; line-height:2.0em; }
h4 { font-size: 1.7em; font-style: normal; }

h5 { background: lightgoldenrodyellow; color: blue; line-height:4.0em; }
h5 { font-size: 1.5em; font-style: normal; }

h6 { background: lightgoldenrodyellow; color: blue; line-height:8.0em; }
h6 { font-size: 1.5em; font-style: normal; }


{ background: ivory; color: deeppink; }
{ font-size: 1.5em; font-style: normal; }

gold
green
lightgoldenrodyellow


p { line-height: 1.5em; }
ol { line-height: 1.5em; }
ul { line-height: 1.0em; }
li { font-size: 1.0em; font-style: normal;}
em { font-style: normal; font-weight: bold; color: green; }
strong { font-style: normal; font-weight: bold; color: deeppink; }
table, td, th { font-size: 1.1em; border-width: 0px; border-style: solid; border-color: pink; line-height: 1.5em; }
th { background: ivory; }



.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


a:link { color: blue; }
a:visited { color: red; }
a:hover { color: deeppink; }
