body{
    font-family: verdana, arial, Segoe UI, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.editlink {
    text-decoration: underline;
    color: #404040;
}

.editlink:hover {
    color: darkgreen;
    cursor: pointer;
}

.deletelink {
    text-decoration: underline;
    padding: 5px 10px;
    color: darkred;
}

.deletelink:hover {
    color: white;
    background-color: darkred;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

.actionlink {
    text-decoration: underline;
    padding: 5px 10px;
    color: darkgreen;
}

.actionlink:hover {
    color: white;
    background-color: green;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

.buttonlink {
    padding: 5px 10px;
    color: white;
    background-color: darkgreen;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.buttonlink:hover {
    color: white;
    background-color: green;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

.menulink {
    text-decoration: none;
    padding: 5px 10px;
    color: darkgreen;
}

.menulink:hover {
    color: white;
    background-color: green;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

.iconlink {
    padding: 5px;
}
.iconlink:hover {
    background-color: yellow;
    cursor: pointer;
    padding: 5px;
}

input::placeholder {
	color: #cccccc
}
