body, table, tr, td, div, b, a, input, textarea, form, select, button {
    font-family: Arial, Tahoma;
    font-size: 10px;
    margin: 0px;
}

A {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
    color: #990000;
}


.studio_efekt {
	font-size: 10px;
	font-family: verdana, arial, tahoma;
    color: #505050;
    text-decoration: none;
}

.studio_efekt:link {
    color: #505050;
}

.studio_efekt:visited {
    color: #505050;
}

.studio_efekt:hover {
    text-decoration: underline;
    color: #505050;
}

.foot_menu {
	font-family: verdana, arial, tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menu_foot{

	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	font-style: none;
	text-decoration:  none;

}
.menu_foot:hover{

	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	font-style: none;
	text-decoration:  underline;

}

.bar_text {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	font-style: none;
	text-decoration:  none;	
}

.top_text {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-style: none;
	text-decoration:  none;	
}


.button {
    color: #E0E0E0;
    text-decoraton: underline;
}

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

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

