.siyahi{
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.siyahi a{
text-decoration: none;
color: black;
}

.siyahi a:visited{
color: #551177;
}

.siyahi a:hover{
color: #ffcc66;
}

.siyahi a:active{
color: #ccaa99;
}

.sehife{
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 5px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.sehife a{
text-decoration: none;
color: #aa77ee;
}


.sehife a:visited{
color: black;
}

.sehife a:hover{
color: #ffcc66;
}

.sehife a:active{
color: #ccaa99;
}

.button {
    border: 1px solid #551177;
    background: #aa77ee;
}
.button:hover {
    border: 1px solid #ffcc66;
    background: #ccaa99;
}


.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}