/* name: Основной для текста 
*/
.content	{ font: 14px Arial, Helvetica, sans-serif; color: #000000 }

/* name: Основной для ссылок
*/
.link		{ font: 14px Arial, Helvetica, sans-serif; color: #0033FF }
/* Шрифты */
.arial		{font-family:Arial, Helvetica, sans-serif}
.tahoma		{font-family:Tahoma, Verdana, sans-serif}
.verdana	{font-family:Verdana, Tahoma, sans-serif}
.times		{font-family:"Times New Roman", Times, serif}



/* Стили */
.i	{font-style:italic}
.b	{font-weight:bold}
.n	{font-weight:normal}
.u  {text-decoration:underline;}
.dash	{text-decoration: none; border-bottom: 1px dashed; cursor:pointer}


/* Размеры */
.s9		{font-size: 9px;}
.s10		{font-size: 10px}
.s11		{font-size: 11px}
.s13		{font-size: 13px}
.s12		{font-size: 12px}
.s14		{font-size: 14px}
.s16		{font-size: 16px}
.s18		{font-size: 18px}
.s20		{font-size: 20px}
.s24		{font-size: 24px}



/* Цвета */

.black	 {color: #000000}
.black a {color: #000000}
a.red,.red	 {color: #ff3333}
.red a	 {color: #ff3333}
.gray	 {color: #999999}
.gray a	 {color: #999999}
.blue	 {color: #0033CC}
.blue a	 {color: #0033CC}
a.green,.green   {color: #009900}
.green a {color: #009900}
