
.simple_text_table
{
}

.simple_text
{
	background-color: #CCCCCC;	
}

/* odnośniki w tekście */
.simple_text a
{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.simple_text a:link
{
	
}

.simple_text a:visited
{
}

.simple_text a:active
{
	color: Red;
	text-decoration: underline;
}

.simple_text a:hover
{
	color: Black;
}

.simple_text_img
{
	background-color: White;	
}