@import "/chameleon/blackbox/css/cms_user_style/main.css";

/* links */
a {
	color: #86CC15;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #003366;
	background-color: inherit;
	text-decoration: underline;
	border: none;
}

/* headers */
h1, h2, h3, h4 {
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #fff;
}

h1 {
  font-size: 2.5em;
}

h2, h4 {
  font-size: 2em;
  text-transform:uppercase;
}
h3 { font-size: 1.8em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

/* images */
code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  background: #1E89DC;
  border: 1px solid #0065C6;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #0065C6;
}

blockquote {
	margin: 5px 10px;
 	padding: 5px 0 5px 10px;
  border: 1px solid #0065C6;
	background-color: #1E89DC;
  font-family: "Trebuchet MS","Century Gothic", Helvetica, Arial, Geneva, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}