a {text-decoration: none;}
a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #999; text-decoration: none;}

#content {min-width: 20em; max-width: 60em; overflow: hidden;
	margin-top:10px; margin-left:50px; margin-right:10px; margin-bottom:0px;}
.entry a:link {color: #303030; text-decoration: none; border-width: 0 0 1px 0; border-style: none none solid none; border-color: #C0C0C0;}
.entry a:visited {color: #303030; text-decoration: none; border-width: 0 0 1px 0; border-style: none none solid none; border-color: #C0C0C0;}
.entry a:hover {color: #999; border-width: 0 0 1px 0; border-style: none none solid none; border-color: #C0C0C0; text-decoration: none;}
.entry strong{font-family: 'Open Sans', Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #555555;}

h1 {
	font-family: 'Open Sans';
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	  padding-left: 30px;
}
.post h2 {
	font-family: 'Open Sans';
	font-size: 20px;
	line-height: 1.5;
	padding-left: 30px;
	font-weight: 200;
}
h3 {
	font-family: 'Open Sans';
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-family: 'Open Sans';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.5;
}
.entry p {
  padding-left: 30px;
	padding-top:10px;
  text-align: left;
  line-height: 1.5;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #0abefa;
    border-radius: 3px;
    cursor: pointer;
    padding: 14px;
    padding: 0.75rem;
		font-family: 'Open Sans';
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #4ba2bf;
		font-family: 'Open Sans';
}
