/**
* Used by Backend Editor -> Include all Font-Definitions right here!
* This file is also included into the global.css file
*/

body {
  font-family: Arial, Lucida Sans, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 5px;
  color: #816666;
}
h2,h3,h4 {
  color: #666565;
  padding-top: 0;
  margin-top: 0;
}
h1 {
  font-size: 19px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 12px;
  line-height: 1.4em;
  color: #666666;
}
h2 {
  font-size: 11px;
}
h3 {
  font-size: 11px;
  margin: 15px 0px;
  background-color: #f2f2f2;
	padding: 3px;
}
a {
	color: #2d3257;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #a92426;
}

