.a1 { 
font-family: verdana, sans serif, arial;
       color: #000000;
       font-size: 10px;
       font-weight: none;
       text-decoration: underline;
} 


p.a2 {
font-family: verdana, sans serif, arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;

}

table.a3 {
        font-family: Trebuchet MS;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 0.9em;
	word-spacing: normal;
	letter-spacing: 0ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

}

b.a4 {
font-family: verdana, sans serif, arial;
        color: red;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;

}

b.a5 {
font-family: verdana, sans serif, arial;
        color: green;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;

}
h1 {font-size: 18px; font-weight: normal; font-family : Tahoma; margin: 0 0 0.8em 0; color : #EC7600;}
A {
 color: #000080; /* Цвет ссылок */
}
A:visited {
 color: 000080; /* Цвет посещенных ссылок */
}
A:hover { 
 color: red;
 text-decoration: none; /* Убираем обычное подчеркивание */
 border-bottom: 2px dashed red; /* Добавляем пунктирную линию под текстом */
}