﻿/*****************************************
  elements.css (Stylesheet by One Shoe)
*****************************************/
/*Font-size is 62.5% -> 1em equal to 10px */
h2{
	clear:both;
	color:#81ac2b;
	font-weight:bold;
	margin-top:10px;
	float:left;
  font-size:14px;
}
h3{
	clear:both;
	color:#81ac2b;
	font-weight:bold;
	margin-top:10px;
	float:left;
}
dl{
	float:left;
	clear:both;
	margin-bottom:10px;
}
dl dt{
	float:left;
	padding-right:5px;
	font-weight:bold;
}
dl.faq{
	margin:5px 0;
}
dl.faq dd{
	clear:both;
		float:left;
}

a {
  text-decoration: underline;
  font-size: 12px;
  color: #8d4e9d;
}
a:hover {
  color: #8d4e9d;
}
