object,embed {
	outline:none;
}

a:link {
	color: #0099FF;
	text-decoration: none;
	
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

body {
	background: #03C;
	color: #FFF;
}

.boxes1 {

	background: #FF0000;
}
.boxes2 {

	background: #00FF00;
}

div {
	overflow: hidden;
}

.btn-primary {
	background-color: #0054ff;
	border-color:transparent;

	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out;
}

.btn-primary:hover {
	background-color: #ff9900;
	border-color:transparent;
}