body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top:1px;
	padding-top:1px;
}

div.body
{
	position: relative;	
	margin: 30px 0px;
	text-align:center;
}

div.body div.content
{
	padding: 1px 20px;
	line-height: 140%;
	width:640px;
	border:0px solid red;	
	margin:auto;
	position:relative;
}

h2
{
	font-size: 110%;
	color:#E344AA;	
}

h3
{
	font-size: 80%;
}

span.name {
	color: #88ba3f;
	font-style: italic;
}

span.staticButtonBackground {
	background-color: #ec008c;
}
span.staticButtonBackground span.topLeft {
	background-image: url(/static/ulearn/terms_and_conditions/corners/close/topLeft.png);
}
span.staticButtonBackground span.bottomLeft {
	background-image: url(/static/ulearn/terms_and_conditions/corners/close/bottomLeft.png);
}
span.staticButtonBackground span.topRight {
	background-image: url(/static/ulearn/terms_and_conditions/corners/close/topRight.png);
}
span.staticButtonBackground span.bottomRight {
	background-image: url(/static/ulearn/terms_and_conditions/corners/close/bottomRight.png);
}
