h1 {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #DCDCDC;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
    text-decoration: none;
}

h2 {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #BBC16D;
    padding-top: 2px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    text-decoration: none;
}

h2.card {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #BBC16D;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: right;
}

h3 {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #505050;
    text-align:left;
}

p, a, li {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #C0C0C0;
    text-align: left;
}

p.event {
   padding-top: 0px;
   margin-top: 5px;
   text-align: left;
}

p.error {
   color: #ffffff;
   font-weight: bold;
   margin-top: 0px;
   padding-top: 0px;
}

a.event {
   font-family: Verdana, sans-serif;
   text-decoration: none;
   text-align: left;
   color: #C0C0C0;
}

a.event:hover {
   text-decoration: underline;
}

a.eventmenu {
   text-align: right;
   font-size: 12px;
   font-weight: bold;
   color: #C6000A;
   text-decoration: none;
   margin-bottom: 10px;
}

a.eventmenuhigh {
   text-align: right;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   color: #ff0000;
}

a.eventmenu:hover {
   color: #FF0000;
   text-decoration: underline;
}

.eventtitle {
   font-size: 15px;
   font-weight: bold;
   color: #DCDCDC;
   padding-top: 0px;
   margin-top: 2px;
}

.eventdate {
    font-size: 11px;
    font-weight: bold;
    color: #BBC16D;
    padding-top: 6px;
    padding-bottom: 7px;
}

.card {
   font-family: Verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #C0C0C0;
   text-align: right;
}

.cardspace td {
   padding-top: 10px;
   padding-bottom: 4px;
}

.footer, .footer a {
   font-family: Verdana, sans-serif;
   text-align: center;
   color: #ff0000;
   font-size: 10px;
}

.ingredients {
   font-family: Verdana, sans-serif;
   font-size: 9px;
   font-weight: normal;
   color: #909090;
   text-align: left;
}

.front {
   font-family: Verdana, sans-serif;
   font-size: 32px;
   font-weight: bold;
   color: #ff0000;
   padding-bottom: 0px;
   margin-bottom: 2px;
   text-align: center;
   text-decoration: none;
}

.dev {
   font-family: Verdana, sans-serif;
   font-size: 9px;
   font-weight: normal;
   color: #C0C0C0;
   text-align: right;
   text-decoration: none;
}

.input {
   font-family: Verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   background-color: #000000;
   border: 1px solid #ff0000;
   color: #C0C0C0;
   margin-bottom: 10px;
   margin-top: 4px;
}

.hand {
   cursor: pointer;
   cursor: hand;
}