.text-center {
  text-align : center;
}

.text-left {
  text-align : left;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align : right;
}

.astrotitle {
  font-size:26px;
  color: #c62828;
  font-weight: bold;
  margin-bottom: 20px;
}

#astrotopic {
  display: block;
  font-size:22px;
  font-weight: bold;
  margin-bottom: 10px;
}

#astrocontent {
  display: block;
  margin-bottom: 20px;
}

.marginbottom-60 {
  margin-bottom: 60px;
}

#title {
	font-size: 34px;
	color: #c62828;
	margin-top : 30px;
	display : block;
	font-weight:bold;
}

#subtitle {
	font-size: 24px;
	color: #424242;
	margin-top : 30px;
}

#topseparator {
	border-bottom: 2px dotted #c62828;
	margin-top:40px;
	margin-bottom:10px;
}

#bottomseparator {
	border-top: 2px dotted #c62828;
	margin-top:10px;
	margin-bottom : 40px;
}

.menu a {
	text-transform: uppercase;
	text-decoration : none;
	font-weight : bold;
	font-size : 17px;
}

.menu a:link {
	color: #424242;
	text-decoration: none;
}

.menu a:visited {
	color: #424242;
	text-decoration: none;
}

.menu a:hover {
	color: #757575;
	text-decoration: none;
}

.menu a:active {
	color: #424242;
	text-decoration: none;
}

.link-title {
	margin-bottom : 10px;
	display:block;
}

.link-content {
	margin-bottom : 50px;
	display:block;
}

.link-title a {
	text-decoration : none;
	font-weight : bold;
	font-size : 16px;
}

.link-title a:link {
	color: #c62828;
	text-decoration: none;
}

.link-title a:visited {
	color: #c62828;
	text-decoration: none;
}

.link-title a:hover {
	color: #c62828;
	text-decoration: underline;
}

.link-title a:active {
	color: #c62828;
	text-decoration: none;
}

#footerseparator {
	margin-top:40px;
	border-bottom: 2px dotted #c62828;
	margin-bottom:15px;
}

.bottommenu a {
	text-decoration : none;
	font-weight : bold;
	font-size : 13px;
}

.bottommenu a:link {
	color: #9e9e9e;
	text-decoration: none;
}

.bottommenu a:visited {
	color: #9e9e9e;
	text-decoration: none;
}

.bottommenu a:hover {
	color: #9e9e9e;
	text-decoration: underline;
}

.bottommenu a:active {
	color: #9e9e9e;
	text-decoration: none;
}

#copyright {
	margin-top:25px;
	margin-bottom:30px;
	font-size : 15px;
	font-weight:bold;
}

#copyright a:link {
	color: #424242;
	text-decoration: none;
}

#copyright a:visited {
	color: #424242;
	text-decoration: none;
}

#copyright a:hover {
	color: #424242;
	text-decoration: underline;
}

#copyright a:active {
	color: #424242;
	text-decoration: none;
}

#subscribe {
	margin-top:30px;
}

.link-in-text a {
	color: #c62828;
	text-decoration: none;
        font-weight : bold;
}

.link-in-text a:link {
	color: #c62828;
	text-decoration: none;
        font-weight : bold;
}

.link-in-text a:visited {
	color: #c62828;
	text-decoration: none;
        font-weight : bold;
}

.link-in-text a:hover {
	color: #c62828;
	text-decoration: underline;
        font-weight : bold;
}

.link-in-text a:active {
	color: #c62828;
	text-decoration: none;
        font-weight : bold;
}

