/* This is a partial blocks.css, you need to add more rules
   to this file to complete the assignment.  Do not add any CSS
   styling to the original index.htm / start.htm */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Here is one of many  CSS rules you will need... */

div{
	border-width:5px;
	border-style:solid;
	margin:5px;
	padding:5px;
	width:25%;
	position:absolute
}

p{
	text-align:center
}

p#link a{
	background-color: blue;
    color: #fefefe;
	text-decoration:none
}
p#link a:hover{
	background-color: #354eb1;
    color: #fefefe;
	
}



#one {
    border-color:blue;
	right:0;
	bottom:0
}
#two {
    border-color:green;
	right:0;
	top:0
}
#three {
    border-color:orange;
	left:0;
	top:0
}
#four {
    border-color:yellow;
	left:0;
	bottom:0
}

/*.bq-tnav.navbar span>a:focus,.bq-tnav.navbar span>a:hover {
    background-color: #354eb1;
    color: #fefefe;
    padding: 10px;
    line-height: 40px;
    text-decoration: none*/