/* Main */
body {
background-color: #99CC33;
}
#div {
background-color: white;
}
taga_2 {
background-color: #36CF2E;
}
kast_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}
/*Lingid*/
.link_2 a:link {
	color: red;
	font-size: 120%;
	text-decoration: none;
}
.link_2 a:visited {
color: green;
text-decoration: none;
border-bottom: 1px solid #912447;
}
.link_2 a:hover {
color: blue;
border-bottom: 1px dashed #912447;

}
.link_2 a:active {
text-decoration: none;
}

a:link {
color:red;
text-decoration:none;
} 
a:visited {
color: green;	
text-decoration: none;
border-bottom: 1px solid #912447;
} 
a:hover {
color: blue;
border-bottom: 1px dashed #912447;
}  
a:active {	text-decoration: none;} 

