
body{
		background-color:#A6BBCB`;
		color:#555555

		font: normal 16px Ubuntu, Arial;
		line-height:1.6em;
		margin:0;
	}
	a{
		text-decoration: none;
		color: #000;
	}

.container{
			width: 60%;
			margin: auto;
			}

.box-1{
		background-color:#D6DDE5;
		color: #161718;
		border-right:5px red solid;
		border-left:5px red solid;
		border-top 5px red solid;
		border-bottom:5px red solid;
			/* Same as above-short method */
		
		border-width: 3px;
		border-bottom-width: 10px;
		border-top-style: dotted;

		border: 2px red solid; /* overrides the other border rules */
		padding-top:20px;

		padding: 2px;
		/* Same as above-short method */
	}

	.box-1 h1{
			font-family: Dyuthi;
			font-weight: 200;
			font-style: italic;
			text-transform: uppercase;
			text-decoration: underline;
			letter-spacing: 0em;
			word-spacing: .25em;
			}