
a:link		{ color: #C2C2C2; text-decoration: none; } /* непросмотренные ссылки */
a:visited	{ color: #C2C2C2; text-decoration: none; } /* просмотренные ссылки */
a:hover		{ color: #4EBDFF; text-decoration: none; } /* выбранный, но не активизированный пользователем элемент*/
a:active	{ color: #C2C2C2; text-decoration: none; } /* активные ссылки */

body		{ margin: 0px; background-color: rgb(41,41,41); }
table td	{ padding: 0px; } /* cellspadding="0" */
img			{ border-width: 0px; }

table
	{
		font-family: Verdana, Helvetica;
		font-size: 10.5pt;
		font-weight: lighter;
		border-width: 0px;
		border-collapse: collapse; /* cellspacing="0" */
		color: rgb(180,180,180);
	}

.address
	{
		background-color: rgb(61,61,61);
		text-align: center;
	}
