﻿.customDiv {
    margin-bottom: 3px;
    min-height: 300px;
    background-color: silver;
    text-align: center;
    font-size: large;
}

.customDiv2 {
    margin-bottom: 3px;
    min-height: 300px;
    background-color: white;
    color: black;
    text-align: left;
    font-size: smaller;
}

.customDiv3 {
    background-color: silver;
}

body {
    text-align:center;
    /*background-color: #db1283;*/
    background-color: #990000;
    color: #ffffff;
    /*color: #DB1283;*/

}

h2 {
    text-decoration: underline;
}
/*HR.rd {
	color: #990000;
}*/

.construction {
    background-color: grey;
    color: white;
}

td.yr {
    background-color: #990000;
    /*	background-color: #000000;  */
    color: #ffffff;
}

li.mow {
    list-style-image: url('../images/mow2.png');
}

li.natchamp {
    list-style-image: url('../images/champ.png');
}

.schedule {
    background-color: white;
    border: solid black;
}

.style2 {
    font-size: large;
    text-align: center;
}
.style3 {
    font-size: small;
    text-align: center;
}
.style4 {
    font-size: small;
    text-align:justify;
}

.nl {
    padding: 5px;
    text-shadow: 0.1em 0.1em 0.2em #f84949;
    /*background-color: silver;
            box-shadow: 5px 5px 25px -2px #333;*/

}

    .nl a {
        color: black;
    }

        .nl a:hover {
            /*color: green;*/
    text-shadow: 0.1em 0.1em 0.2em #00ff21;
            /*text-shadow: none;*/
        }

.nl a:visited {
/*    text-shadow: 0.1em 0.1em 0.2em #f84949; */
      color: #f84949;
}

a {
    color: #FFFFFF;
}

    a:hover {
        color: #000000;
    }

/*    img {
        box-shadow: 5px 5px 25px -2px #333;
    }*/