body {font-family: Ariel, Helvetica, "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", sans-serif; color: black; background-color: white; }
h1 { font-size: large; }
h2 { font-size: medium; }
h3 { color: gray; font-size: medium;}
/*li {font-size: medium;}*/

.title { text-align: center; line-height: 2em; }

.index { text-align: center; line-height: 3em; }
.index strong { color: red; }

a {text-decoration: none;}
a:link {color: blue;}
a:visited {color: gray;}
a:hover {text-decoration: underline; color: red;}

li a {text-decoration: none;}
li a:link {color: blue;}
li a:visited {color: green;}
li a:hover {text-decoration: underline; color: red;}
strong a:link {color: red;}
strong a:visited {color: #e08000;}
strong a:hover {text-decoration: underline; color: red;}

.nav { 
	margin-top: 1em;
	margin-left: 1em;
	clear: both;
	padding: 4px;
/*	border-color: gray;*/
/*	border-color: #8000c0;*/
	border-color: #c0c0c0;
	border-width: medium;
	border-style: solid none none none;
}

.nav p {
	margin: 0;
/*	padding: 1em;*/
}

.nav-link {
	margin-top: 0;
	padding-right: 1em;
}
