/* ffmailarc.css; modified 030613; free framers list archives css */

body {
	margin: 1em;
	padding: 0; /* Opera default not zero */
	color: #000000; /* black */
	/* changed to light blue for navside column color */
	background-color: #ffffff; /* white */
	/* background-color: #00ffff; /* light blue */
	font: 16px/1.2 Verdana, Helvetica, Arial, sans-serif;
}

/* dynamic pseudo-classes */
a:link { 
		color: red;
		background: inherit;
}
a:visited { 
		color: green; 
		background: inherit;
}
a:hover { 
		color: lime;
		background: yellow;
}
a:active { 
		color: yellow;
		background: green;
}

/* standard element selectors */
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4, h5 { font-size: 110%; }
h6 { font-size: 100%; }
h1, h2, h3, h4, h5, h6 {
		display: block;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
}

p {
		display: block;
		text-align: left;
		font-size: 100%; 
		margin-top: 0%;
		margin-bottom: 0%;
		text-indent: 5%;
}

pre {
		display: block;
		/* white-space: normal; */
		text-align: left;
		font-size: 100%; 
		/* margin-top: 5%; */
		margin-bottom: 0%;
		margin-right: 5%;
		text-indent: 0%;
}

ul {
		display: block;
		font-size: 100%;
}
ul li {
		display: list-item;
		font-size: 100%;
		list-style-type: disc;
		list-style-position: outside;
}
ul li ul li {
		display: list-item;
		font-size: 100%;
		list-style-type: circle;
		list-style-position: outside;
}


/* element[class=someclass] and backup element.someclass selectors */

/* p.OtherIdx {
		display: block;
		text-align: left;
        font-size: 100%; }
		margin-top: 0%;
		margin-bottom: 0%;
		text-indent: 0%;
} */

p.SearchForm {
		display: block;
		text-align: left;
		font-size: 100%; 
		margin-top: 0%;
		margin-bottom: 0%;
		text-indent: 0%;
}

p.IdxPgNav {
		display: block;
		text-align: left;
		font-size: 120%; 
		margin-top: 1em;
		margin-bottom: 1em;
		text-indent: 0%;
}

p.MsgPgNav {
		display: block;
		text-align: left;
		font-size: 120%; 
		margin-top: 1em;
		margin-bottom: 1em;
		text-indent: 0%;
}

p.MHeaderLine {
		display: block;
		text-align: left;
		font-size: 100%; 
		margin-top: 0%;
		margin-bottom: 0%;
		text-indent: 0%;
}

ul.dateIdx {
		display: block;
		font-size: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
}

ul.dateIdxFr {
		display: block;
		font-size: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
}

/* ul.dateIdx li.dateIdxLI { */
li.dateIdxLI {
        display: list-item;
        font-size: 100%;
        list-style-type: none;
        list-style-position: outside;
}

/* ul.dateIdxFr li.dateIdxFrLI { */
li.dateIdxFrLI {
        display: list-item;
        font-size: 100%;
        list-style-type: none;
        list-style-position: outside;
}

ul.threadIdx {
		display: block;
		font-size: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
}

ul.Voffset {
		display: block;
		font-size: 100%;
        margin-top: 1em;
        margin-bottom: 1em;
}
