p{
	font-size:14px;
}

#box1{
	background-color:red;
	width:50%;
	height:50px;

/*
	border-color: green;
	border-width: 5px;
	border-style:solid;
*/
	border:green 5px outset;
}