﻿div.terms 
{
	padding: 0 10px 10px 10px;
}

div.terms a
{
	text-decoration: underline;
	color: #1d79bc;
}

div.terms a:visited
{
	color: #1d79bc;
}

div.terms a.response
{
	padding: 20px 0;
	float: right;
}

div.terms h1
, div.terms h2
, div.terms p
, div.terms ul
{
	padding: 5px 0;
}

div.terms h1 
{
	text-align: center;
	font-weight: bold;
}

div.terms h2
{
	font-size: 12px;
	font-weight: bold;
	color: black;
}

div.terms em 
{
	text-decoration: underline;
}

div.terms strong
{
	font-weight: bold;
}

div.terms sup
{
	font-size: 7px;
	vertical-align: top;
}

div.terms ul
{
	padding-left: 40px;
}

div.terms li
{
	list-style-type: disc;
}