BODY	{
	font-size : 11px;
	font-family : Arial;
	font-weight : regular;
	color : #0000CA;
	}

{для ... хе-хе... ;) }
H1	{
	font-size : 0px;
	font-family : Arial;
	font-weight : regular;
	color : #E6E6E6;
	}

{основной заголовок}
H2	{
	font-size : 16px;
	font-family : Arial;
	font-weight : bold;
	color : #0000CA;
	}
H3	{
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
	color : #0000CA;
	}
P	{
	margin-bottom : 0px;
	margin-top : 10px;
	text-align : justify;
	}
{утоньшение шрифта для таблиц}
#light	{
	font-weight : 100;
	}

#questioncolor	{
	color : #000040;
	}

{выделение текста для названий программных продуктов, etc. с использованием ссылок}
#selectedtext	{
	font-weight : 700;
	}

{выделение для раскрывающихся мест}
#openingwords	{
	font-weight : 700;
	text-decoration : underline;
	}

{числа в новостях}
#newsdates	{
	color : #EE6060;
	}

A:link  {
	font-family : Arial;
	text-decoration : underline;
	font-weight : 600;
	color : #00009A;
	}

A:Visited  {
	font-family : Arial;
	text-decoration : underline;
	font-weight : 600;
	color : #0000DA;
	}

A:Active  {
	font-family : Arial;
	text-decoration : none;
	font-weight : 600;
	color:  #333333;
	}

A:Hover  {
	font-family : Arial;
	text-decoration : underline;
	font-weight : 600;
	color : #0000FF;
	}