body, table, tr, td, div, b, a, input, textarea,  select, button {
    font-family: Arial, Tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0;
    
}
.grey {
    color: #E0E0E0;
    text-decoration: none;
}

.grey:link {
    color: #E0E0E0;
}

.grey:visited {
    color: #E0E0E0;
}

.grey:hover {
    text-decoration: underline;
    color: #E0E0E0;
}

A {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
    color: #990000;
}
a.dol:link  { color: #747272; text-decoration: underline; font-size: 11px; font-family: Arial; 
               line-height: 100% }
a.dol:visited { color: #747272; text-decoration: underline; font-size: 11px; font-family: Arial; 
               line-height: 100% }
a.dol:hover { color: #000000; text-decoration: underline; font-size: 11px; font-family: Arial; 
               line-height: 100% }
a.dol:active { color: #a4a2a2; text-decoration: underline; font-size: 11px; font-family: Arial; 
               line-height: 100% }


/* Form elements */
select, textarea,  textarea { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: #563409;
	font-size: 12px;
}

.input.guzik { 
	font-size: 12px;
	 border-color:white;
	 	font-size: 18px;
}

.border0{
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}



