@import url(reset.css);
html {height: 100%;}
body
{
	background-color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	height: 100%;
}

.big
{
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 70px;
	text-decoration: underline;
}

.big a
{
	color: #000;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 23px;
}

p
{
margin-bottom: 18px;
}
.clr
{
	clear: both;
}

.l
{
	float: left;
}

.small
{
	margin-top: 5px;
	color: #676767;
}

a
{
	color: #3db0e9;
}
