a.klasa1:link
{
  color: black;
  text-decoration: none;
}

a.klasa2:visited
{
  color: black;
  text-decoration: none;
}

a.klasa3:active
{
  color: black;
  text-decoration: underline;
}
a.klasa4:hover
{
  color: red;
  text-decoration: underline;
}

#box1 {
		position:relative;
		top: 10px;
		left: 10px;
}

#column1 {
		float:left;
		width: 150px;
	}
 
	#column2 {
	float:left;
	width: 420px;
	}
 
	#column3 {
		float:left;
		width: 260px;
	}
	#column4 {
		float:left;
		width: 10%;

	
	}
#column5 {
		float:left;
		width: 0%;
	}
