 /* newsletters.txt style for beauty colors */

#newsletter {
	color: #ffffff;
	background-color: #398CC6;
	font-size: x-small;
	border-style: outset;
	text-align: center;
	}

.n	{  /* header */
	margin-top: 4px;
	color: #ffffff;
	background-color: #398CC6;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: 1.1em;
	text-transform: uppercase;
	}

.n2	{  /* silver links */

	color: #ffffff;
	background-color: #398CC6;
	font-size: x-small;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-align: center;
	padding: 3px;
	text-decoration: none;
	border: 1px #000033 solid;
	}

#silver	{  /* newsletter */
	color: #336699;
	background-color: silver;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-style: ridge;
	text-align: center;
	}

.left	{
	float: left;
	}
.right	{
	float: right;
	}
 /* end newsletter style */