<!-- каскадная таблица - сайт-->
a:active     {  font-family: Arial; color: blue; text-decoration: none}
a:link       {  font-family: Arial; color: blue; text-decoration: none}
a:visited    {  font-family: Arial; color: blue; text-decoration: none}
a:hover      {  font-family: Arial; color: #28263d; text-decoration: underline}
body         {  font-family: Arial; font-size: 11px; color: #000000}
li           {  font-family: Arial; font-size: 11px; color: #000000}
ol           {  font-family: Arial; font-size: 11px; color: #000000}
table        {  font-family: Arial; font-size: 11px; color: #000000}
td           {  font-family: Arial; font-size: 11px; color: #000000}

h3 {
        margin:2px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}


h2 {
        margin:2px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
h1 {
        margin:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.categories {                
   padding: 0;            
   border-collapse: collapse;
   border: 1px solid Black;
}                    

table.categories td {
   border: 1px solid Black;
   margin: 0px;
}

input {
   display: inline;
}

