body{
font-size: 14px;
font-weight: 600;
font-family: serif;
margin: 0 auto;
padding: 5% 20%;
background-color: #f5f5f5;
color: #333333;
}

p,h1,h2,h3,h4{
margin: 0;
}

hr{
margin: 30px 0;
border-top: 1px dotted #333333;
}

a{
text-decoration: none;
color: #000000;
}
a:visited{
text-decoration: none;
color: #404040;
}
a:hovor{
color: #808080;
}

h1{
font-size: 30px;
}
h2{
font-size: 23px;
font-weight: 10px;
background: linear-gradient(transparent 60%, #c1c1c1 50%);
}
h3{
font-size: 18px;
font-weight: 10px;
}
h4{
font-size: 12px;
}

.right{
font-size: 14px;
text-align: right;
}