*{ margin: 0; padding: 0; }*

td {
 font-family: Tahoma;
 font-size: 12px;
 color: #000000; 
}

.portf {
 font-family: Tahoma;
 font-size: 18px;
 color: #000000;
}

.date {
 color: #CFCFCF;
}

INPUT.text {
 border: 1px solid #ccc; /* Исходная рамка вокруг поля */
 width: 80%; /* Ширина поля */
}
INPUT.text:focus {
 border: 1px solid #39c; /* Рамка при получении фокуса */
}

a {
 text-decoration: underline;
 color:#37B7EC;
}

a:link {
 text-decoration: none;
 color:#37B7EC;
}

a:active {
 text-decoration: none;
 color:#37B7EC;
}

a:hover { /* mouse over link */
 color:#37B7EC;
 text-decoration: none;
}

.tit:{
 font-family: Verdana;
 font-size:24px;
 color: #000000;
 text-decoration: none;
}

h2
{
font-size:14px;
}
h1
{
font-size:16px;
}
h3
{
font-size:13px;
}

a.menu{
 font-family: Verdana;
 font-size:7pt;
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}
a.menu:link{
color: #000000;
text-decoration: none;
}
a.menu:hover {
color: #000080;
text-decoration: none;
}
