.text {
font-size: 12px;
}



.titel {
font-weight: bold;
text-decoration: underline;
font-size: 15px;
color: #0000ff;
position: relative;
left: 130px;
width: 150px;
}

.box1 {
background: #fff;
width: 500px;
padding: 5px;
border: 1px dotted green;
margin-bottom: 10px;
position: relative;
left: 130px;
}


