body {

margin: 150px 100px 10px 120px;


color: grey; background-color: #000000; font: normal 1em "times new roman", sans-serif;}

a:link {color: #00ff5e;}
a:hover {color: red; style: bold;}
a:visited {color: purple;}
a {text-decoration:none;}

#picture {float:left; 50px;}

.floatstop {
		clear:both;
	}

h1 {color: grey; font: normal 4em arial, sans-serif;}

p {color: grey; font: italic bold 1em "times new roman", sans-serif; letter-spacing: 6px;}
	

#container {
    border: 2px dashed #000;
    height: 232px;

    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

    /* just for demo */
    min-width: 612px;
}

.box1, .box2, .box3, .box4 {
    width: 150px;
    height: 232px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
	