﻿/* features.html
------------------------------*/

#content .square
{
	width: 48px;
	height: 48px;
	border: 0px solid #000;
}

#content #img1
{
	background: url(img/squares/green_over.gif);
}

#content #img2
{
	background: url(img/squares/magenta_over.gif);
}

#content #img3
{
	background: url(img/squares/cyan_over.gif);
}

#content #img4
{
	background: url(img/squares/yellow_over.gif);
}

#content #img5
{
	background: url(img/squares/red_over.gif);
}


#content .bullets
{
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px solid #aaa;
}

#content .list_container
{
	margin-left: 64px;
}

#content .bullets li
{
	margin-bottom: 1.5em;
}
