body    {
    background: #000;
    font-family: helvetica;
    color: #fff;
    font-size: 12px;
    }
table   {
    padding: 0;
    border-spacing: 0;
    width: 780;
    background: #fff;
    }
table.advertisement     {
        border: 1px solid #000;
        width: 600px;
        padding: 5px;
   }
td {
    background: #fff;
    font-family: helvetica;
    font-size: 12px;
    color: black;
    }
p {
	margin-left: 20px;
	margin-right: 20px;
	}
table.embedded	{
	padding: 0px;
	border: 5px;
    border-spacing: 3;
    width: 700;
    background: #fff;
    }
A:link {
    color: #333;
    font-family: helvetica;
    text-decoration: underline;
    }
A:active {
    color: #333;
    font-family: helvetica;
    text-decoration: underline;
    }
A:visited {
    color: #999;
    font-family: helvetica;
    text-decoration: underline;
    }
A:hover {
    color: #999;
    font-family: helvetica;
    text-decoration: underline;
    }
