﻿.StageButton {
    background-color: cornflowerblue;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    cursor: url('ContentFiles/other/cursor.cur'), default;
}
    .StageButton:hover {
        background-color: blue;
        color: white;
    }

.BlankStyle {

}