/* articles.css, JVVKasper, v1.01, 17-Oct-04 */

body { 	font-family: Arial;
	color: black;
	background: #e0ffff;
	width: 50em;
	text-align: center; }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, sans-serif; }

h1 { color: lime; }
h2 { color: red; }
h3 { color: fuchsia; }

address { font-family: Verdana, sans-serif;
	font-size: smaller; }

#section1 { width: 60%; }
#section2 { width: 60%; }
#references { width: 60%; }
.sections { width: 60%;
	text-align: left; }
.sections80 { width: 80%;
	text-align: left; }
.figures { width: 60%;
	text-align: center;
	font-style: italic; }
#figrt { float: right; }
#figlft { float: left; }
#figno { clear: right; }

