body {
	color:#333;
	background-color: #ccc;
	font-family: arial, helvetica, sans-serif;
	outline-color: #333;
	border-color: #333;
}

h1 {
  color:#333;
  background-color:#ccc;
  text-align: center;
  font-family: "times new roman", serif;
}

h2 {
  color:#333;
  background-color:#ccc;
  text-align: center;
  font-size: x-large;
  font-family: "Times New Roman", serif;
  font-variant: small-caps;
}

h3 {
  color:#333;
  background-color:#ccc;
  font-family: "times new roman", serif;
}





#nav_list {
  text-align: center;
  color:white;
  background-color:#ccc;
  font-family: "times new roman", serif;
  font-weight: bold;
  font-variant: small-caps;
  }

#footer {
  text-align: center;
  font-size: x-small;
  font-family:Verdana, Geneva, sans-serif;
}




.backtotop {
	text-align:right;
	font-size:x-small;
}

.mb0 {
	margin-bottom:0
}

.mb0 + * {
	margin-top:0
}




a:link {
  color:#008080;
/*  color: #008080;  teal like color */ 
  background-color: #ccc;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: #ccc;
  text-decoration: none;
}

a:active {
  color: #008080;
  background-color: #ccc;
  text-decoration: none;
}

a:visited {
  color: #008080;
  background-color: #ccc;
  text-decoration: none;
}



