
h1
{
	font-size: 130%;
	letter-spacing: -0.08em;
	color: rgb(70,70,140);
}
#footer h1
{
	color: #fff;
}
ul.splitter
{
	margin-bottom: 2em;
	clear: both;
}
#content ul.splitter li
{
	float: left;
	width: 45%;
}
h2
{
	font-size: 120%;
	letter-spacing: -0.05em
}
p
{
	margin-bottom: 1em;
}
p,a
{
	letter-spacing: -0.05em;
	font-size: 110%;
}
p a
{
	font-size: 100%;
}
a
{
	color: #474362;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #474362;
}
a:hover
{
	color: rgb(80,80,200);
	border-bottom: 1px solid red;

}
img
{
	border: none;
}
#message
{
	padding-bottom: 10px;
	font-weight: bold;
	color: maroon;
}