body { background-color: #EECC99; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: white; }
td { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: white; }
th { font-size: 6pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: black; }
font { font-size: 8pt; }
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
A:Link { color: #FFFFFF; text-decoration: none; }
A:Visited { color: #EEEEEE; text-decoration: none; }
A:Hover { color: yellow; text-decoration: underline; }
A:Active { color: #EEDD00; text-decoration: underline; }
ul { font-size: 8pt; }

.divimg {
		left: 0px;
		top: 0px;
}

.divlink {
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		color: blue;
		border: 2px blue solid;
		background-color: #CDCDCD;
		font-size: 6pt;
}

.input {
    background-color: #DCDCDC;
    color: black;
    border: 1px solid black;
    border-radius: 2px;
    padding: 2px 4px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button {
    background-color: #DCDCDC;
    color: black;
    border: 1px solid black;
    border-radius: 2px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.alignButton {
    background-color: Cornsilk;
    font-family: Monaco, monospace;
    color: black;
    border: 1px solid black;
    border-radius: 2px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: bold;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.alignButtonR {
    background-color: Cornsilk;
    font-family: Monaco, monospace;
    color: black;
    border: 1px solid black;
    border-radius: 2px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: bold;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transform: rotate(90deg);
}

.align {
		display: none;
		position: absolute;
    background-color: #DCDCDC;
    color: black;
    border: 1px solid black;
    border-radius: 2px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
