body {
	background-color: rgb(255, 255, 255);
	color: rgb(259, 148, 104); 
}

a {
}

a.invisible {
	font-size:3px;
	color: rgb(0,0,0);
}

a.invisible:active {
	font-size:3px;
	color: rgb(0,0,0);
}

a.invisible:link {
	font-size:3px;
	color: rgb(0,0,0);
}

a.invisible:visited {
	font-size:3px;
	color: rgb(0,0,0);
}

a:active {
	color: rgb(201,116,72);
	text-decoration:none;
} 

a:link {
	color: rgb(255,196,168);
	text-decoration:none;
}

a:visited {
	color: rgb(220,120,40);
	text-decoration:none;
}

div.top_pannel{
  background-color: rgb(104,255,0);
}

.bl {background: url("img/c1.png") 0 100% no-repeat }
.br {background: url("img/c2.png") 100% 100% no-repeat}
.tl {background: url("img/c3.png") 0 0 no-repeat}
.tr {background: url("img/c4.png") 100% 0 no-repeat;}

