/* news-index.css - style sheet for index of Still Serving in Korea e-mail newsletters */

<style type="text/css">

a:link {	/* Standard link color definitions */
color: blue;
background: transparent;
}

a:hover {
color: white;
background: red;
}
	a.return:hover {background: transparent;}

/* a:visited {
color: #a0a0a0;
background: transparent;
} */

h1 {	/* page title displayed in navy blue */
text-align: left;
font-size: 14px;
font-family: "Verdana", "Helvetica", sans-serif;
font-weight: bold;
color: navy;
margin: 0 0 0 -2em;
padding: 0 0 .5em 0;
border: 0px;}

h2 {	/* issue titles and categories displayed in bold */
text-align: left;
font-size: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000080;
margin-left: -2em;
padding-right: .5em;
display: inline;
border: 0px;}
	.toc {font-size: 12px; font-weight: normal;}


h3 {	/* news item titles displayed in normal */
text-align: left;
font-size: 13px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000080;
padding-right: .25em;
display: inline;
border: 0px;}
	.toc {font-weight: normal;}

h5 {	/* newsletter issue information below top logo */
text-align: center;
font-size: 18px;
font-family: Verdana, Arial, Helvetica, serif;
font-weight: bold;
color: white;
border-width: 5px;
border-color: navy;
background-color: navy;
margin: -2px 0 0 0;
padding-right: .25em;
}

body {	
background-color: #a7ceeb;
background-image: url(../images/lblue139.jpg);
color: #000000;
margin-left: 5px;
}

div {width: 760px;}
	.news {margin-top: 0.5em; margin-left: 2em; margin-bottom: .5em; padding-left: 4px; padding-bottom: 10px; padding-right: 4px;}

ol li {list-style-type: decimal;}
ol ul li {list-style-type: disc;}

ul {display: inline; margin-left: 0; padding-left: 0; margin-right: 4px; padding-right: 2px;}
ul li {display: inline; margin-left: 0; padding-left: 0; margin-right: 4px; padding-right: 2px;}
ul ul {display: inline; margin-left: 0; padding-left: 0; margin-right: 4px; padding-right: 2px;}
ul ul li {display: inline; margin-left: 0; padding-left: 0; margin-right: 4px; padding-right: 2px;}

li {list-style-type: none; font-family: Arial, sans-serif;}
	li.dots {list-style-type: disc; font-family: Arial, sans-serif; font-weight: normal;}
	li.nums {list-style-type: decimal; font-family: Arial, sans-serif; font-size: 14px; font-weight: bold;}

hr {color: #000080; margin-left: 0;}

table {
	width: 700px;
	background-color: #ffffff;
	border: 5px solid #000080;
	boder-collapse: collapse;
	margin: auto;
	
span.kill {text-decoration: line-through;}

</style>
