/*
  div.something = class
  something = style
*/

body {
  margin: 7px;
  padding: 0px;
  border-width: 0px;
  font-family: Verdana, "MS Trebuchet", Tahoma, Helvetica, Arial, serif, sans-serif;
  /*
  letter-spacing: 1px;
  font-family: Tahoma, Verdana, "MS Trebuchet", Helvetica, Arial, serif, sans-serif;
  font-family: "Lucida Grande", Verdana, "MS Trebuchet", Tahoma, Helvetica, Arial, serif, sans-serif;
  margin-left: 25%;
  margin-right: 25%;
  padding: .2em 2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  */
}

a:link {
  text-decoration: none;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: none;
  color: red;
}
a:active {
  text-decoration: none;
  color: red;
}

a.topnav {
}
a.topnav:link {
  /* background:#ffff0c; */
  /* margin:2px; */
  /* border:1px solid #ffffff; */
  text-decoration: underline;
  color: #7A7A7A;
}
a.topnav:visited {
  text-decoration: underline;
  color: #7A7A7A;
}
a.topnav:active {
  text-decoration: underline;
  color: #7A7A7A;
}
a.topnav:hover {
  text-decoration: underline;
  color: #000000;
}


a.breadcrumb {
}
a.breadcrumb:link {
  text-decoration: none;
  color: #7A7A7A;
}
a.breadcrumb:visited {
  text-decoration: none;
  color: #000000;
}
a.breadcrumb:active {
  text-decoration: none;
  color: #000000;
}
a.breadcrumb:hover {
  text-decoration: none;
  color: #000000;
}


div {
  color: black;
  font-size: smaller;
}

span {
  color: black;
  font-size: smaller;
}

span.topnav {
}

span.sidenav {
}

span.SideHeadline {
  font-size: smaller;
  font-weight: bold;
}

span.ContentHeadline {
  font-size: smaller;
  font-weight: bold;
}

span.copyright {
  font-size: smaller;
}

h2, h3 {
  /* margin-bottom: 0; */
}

h2 {
  color: black;
  font-size: medium;
}

h3 {
  color: black;
  font-size: small;
  font-weight: normal;
}

h2.ArticleMainHeadline {
}

h2.ArticleSectionHeadlineNeutral {
  font-size: smaller; /* smaller than-compared-to "inherited" H2 */
  font-weight: normal; /* normal is less than "inherited" H2 */
  margin-top: 0;
  margin-bottom: 0;
}

h3.ArticleHeadlineDesc {
  font-size: smaller;
}

h2.BlogMainHeadline {
  display: inline;
  /* margin: 0, 0, 0, 0; */
}

h2.ContentHeadline {
  font-size: smaller; /* smaller than-compared-to "inherited" H2 */
  font-weight: bold;
  display: inline;
}

h2.ContentHeadlineLight {
  font-size: smaller; /* smaller than-compared-to "inherited" H2 */
  font-weight: normal;
  display: inline;
}

h3.SideHeadline {
  font-size: smaller;
  font-weight: bold;
  display: inline;
}

h2.Breadcrumb {
  font-size: smaller;
  font-weight: normal;
  display: inline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul.BlogItems {
  padding-left: 20px
}

form {
  display: inline;
  margin: 0;
}

input.text {
  margin-top: 1px;
}

input.button.uc-alignleft {
  text-align: left;
  padding-left: 6px;
}

input.button.uc-alignright {
  text-align: right;
  padding-right: 6px;
}

textarea.text {
  margin-top: 1px;
}
