﻿body
{
	background-color: transparent;
	margin: 0px; 
}

p
{
	margin: 0 0 .5em 0;
}

ul, li
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.rounded-corners {
  -moz-border-radius: 8px; /* Firefox */
  -webkit-border-radius: 8px; /* Safari, Chrome */
  border-radius: 8px; /* CSS3 */
  behavior: url(border-radius.htc); /* IE */
}


