/*body attributes*/
body {
  margin: 0 auto;
  height: 100%;
  max-width: 100%; 
  text-align: center;
/* background-image: none;*/
/* background-repeat: repeat;*/
}


header {
  width: 100%;
  overflow: hidden;
}


header img {
  margin: 0 auto;
  max-width: 100%;
/* margin-left: 70%;*/
/* transform: translateX(-70%);*/
}


html {
  font-size: 22px;
}

/* unvisited link */
a:link {
	color:#0000FF;
	font-size:1.25rem;
	/*font-family:"Comic Sans MS";*/
	text-decoration:none;
	font-weight:bold
}    

/* visited link */
a:visited {
	color:#000000;
	font-size:1.25rem;
	/*font-family:"Comic Sans MS";*/
	text-decoration:none;
	font-weight:bold
}

/* mouse over link */
a:hover {
	color:#FF0000;
	font-size:1.25rem;
	/*font-family:"Comic Sans MS";*/
	text-decoration:none;
	font-weight:bold
}

/* selected link */
a:active {
	color:#0000FF;
	font-size:18px;
	/*font-family:"Comic Sans MS";*/
	text-decoration:none;
	font-weight:bold
}

/* bottom links */
.bottomlinks {
  width:125px;
  font-size:8px;
  font-weight:bold;
  text-align:center;
}

.bottomlinks a {
  color:#575757;
  text-decoration:none;
}

.bottomlinks a:hover {
  color:#000000;
  text-decoration:none;
}
