  a {
	color: #5e9ac6;
    text-decoration:none;
	text-align: center;
  }

  a:visited {
	color: #5e9ac6;
    text-decoration:none;
  }

  a:hover {
	color: #aade66;
    text-decoration:none;
  }

  body {
	background-color: #efefef;
	margin: 0;
  }

  body.content {
	background-color: #ffffff;
  }

  .center {
	text-align: center;
  }

  .center-bold {
	text-align: center;
	font-weight:bold;
  }
  
  img {
	border-style: none;
	border-width: 0;
  }