body {
   margin:10px auto 100px auto !important;
   width:70%;
   font-family:   Arial;
}

h1{color:  #475C5D;}
/* h2{color:  #8DB9BA;} */
h2{color:  #548B8D;}

h3{color: #475C5D;}
/* h3{color:  #568e8f;} */

p {
  font-family:   Arial;
  color: #475C5D;
  line-height: 1.6;
}

.pad1{padding-left: 30px}
.linesp{line-height: 1.6}

div.linkk{
  list-style: none;
  color: #475C5D;
}

.linkk a:link {
  color: #328BD7;
  text-decoration: none;
}

.linkk a:visited {
  color: #328BD7;
  text-decoration: none;
}

.linkk a:hover {
  color: #328BD7;
  text-decoration: underline;
}



ul{list-style-type: square;
  line-height:180%;
  font-family: Arial;
  color: #475C5D;
}
ul a{
  color:#475C5D
}

ul li au {
  font-weight: bold;
}
ul li tit{
   color: #328BD7
  /* color:#AD6059; */
}
ul li pub{
  font-style: italic;
}

ol {
  color:#475C5D;
   list-style: none;
   counter-reset: item;
   font-family: Arial;
 }
 ol li {
   counter-increment: item;
   margin-bottom: 5px;
   margin-left: -5px;
   text-indent:-15px;
 }
 ol li au {
   font-weight: bold;
 }
 ol li tit{
    color: #328BD7
   /* color:#AD6059; */
 }

 ol li pub{
   font-style: italic;
 }
 ol li:before {
   font-family:   "Comic Sans MS", cursive, Georgia;
   margin-right: -5px;
   content: counter(item);
   color: #475C5D;
   width: 1em;
   text-align: center;
   display: inline-block;
 }


table th, td {

  font-family:   Arial;
  color: #475C5D;
  border: void;
  /* border: 1px solid #dddddd; */
  padding: 5px;
  text-align: left;
  vertical-align: top;
  /* line-height: 1.6; */
}

table td.blank{
  width: 200px;
}

.nav a {
	display:inline-block;
	text-align:left;
}

/* li.nav {
	display:inline-block;
	text-align:left;
}

a.nav {
	display:inline-block;
	text-align:left;
} */

.nav a {
  font-size: 1.2em;
  padding:0px 50px 0px 10px;
  text-decoration:none;
  color:#587474;
}
.nav a:hover {
	color: #8DB9BA;
	background:none;
  transition: 0.3s;
}
.nav a.active {
  font-weight: bold;
  text-decoration:none;
  color:#232E2E;
}
.nav a::after {
	display: block;
	content: attr(title);
	font-weight: bold;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}


.title{color: teal;}
.uppercase{text-transform: uppercase;}

.holder {
  width: auto;
  display: inline-block;
}
.holder img {
  width: "50px"; /* Will shrink image to 30% of its original width */

}​


.publ li, a {
	display:inline;
}

.publ li a:link {
  color: #328BD7;
  text-decoration: none;
}

.publ li a:visited {
  color: #328BD7;
  text-decoration: none;
}

.publ li a:hover {
  color: #328BD7;
  text-decoration: underline;
}




/*
.color-1 {color: #8db9ba;}
.color-2 {color: #7ba2a3;}
.color-3 {color: #6a8b8b;}
.color-4 {color: #587474;}
.color-5 {color: #475c5d;}
.color-6 {color: #354546;}
.color-7 {color: #232e2e;}
.color-8 {color: #121717;}
*/
