/* box customization */
p.box, div.box {
	margin: 1em 0;
	padding: 1px 15px 1px 50px;
	border-style: solid;
	color: #555;
}
.box.info {
	border-color: #ccc;
	background: #eee url(../images/info.png) no-repeat 20px 50%;
}
.box.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
}
.box.full {
	border-width: 1px;
}

/* unvisited link */
a:link {
  color: darkblue;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: darkblue;
  text-decoration: none;
}

/* hovered link */
a:hover {
  color: darkblue;
  text-decoration: underline;
}


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

ul.square {
  list-style-type: square;
}

