/*body attributes*/
body {
/*  margin: 0;
  height: 100%;
  width: 100%; */
  text-align: center;
  background-image: url(./images/background1.jpg);
  background-repeat: repeat;
}

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

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

/* mouse over link */
a:hover {
	color:#FF0000;
	font-size:18px;
	/*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;
}
