body a:link {
        text-decoration: underline;
        color: #799C12;
}
body a:visited {
        text-decoration: underline;
        color: #799C12;
}
body a:hover {
        text-decoration: underline;
        color: #000000;
}

#mainpage {
	margin-top: 10%;
	margin-left:auto;
  margin-right:auto;
  text-align:center
}

#menu{
  margin-top: 10px;
}

#menu a{
  margin-left: 10px;
  font-size: 18px;
}


#shorten_form input{
 margin-top: 5px;
 font-size: 16px;
 color: #000000;
 background: #ffdc00;
 border: 1px solid #E2001A
}


.buttons{
  margin-top: 5px;
}

button{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
    font-size: 16px;
}
    
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #000000;
    color:#529214;
}

#shorten_count{
  margin-top: 15px;
  font-size: 18px;
}

#error_message{
    color: #DF160D;
    font-size:20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#copyright{
	margin-top: 10px;
	font-size: 12px;
}




