      	div { text-align: center;}

	#left { text-align: left;}
	#right { text-align: right;}
	#center  { text-align: center;}
	#nodepage { background-color: DodgerBlue; text-align: center;}

	
	h1 {text-align: left;  text-decoration: none;}
	h2 {text-align: right;  text-decoration: none;}
	h3 {text-align: center;  text-decoration: none;}
	h4 {text-align:center; font-size:16px; backgroundcolor:dodgerblue; text-decoration: none;}


 /* unvisited link */
a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: lightblue;
  text-decoration: none;

}

/* mouse over link */
a:hover {
  color: blue;
  text-decoration: none;
}

/* selected link */
a:active {
  color: lightblue;
  text-decoration: none;
} 

img
{
    max-width: 100%;
    min-width: 300px;
    height: auto;
}


			