@fore: red;
@back:#0000ff;

.styled  {
	border: solid 2px black;
	width:200px;
	height:200px;
	color:@fore;
	background-color:@back;
}