body {
    background: black;
    color: white;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 11pt;*/
    text-decoration: none;
}

img {
    color: #EFE080;
    border: 25;
}

a:link {
    color: #EFE080;
}

a:visited {
    color: #bFc060;
}

a:active {
    color: #F4E484;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #F4E484;
}

p {
    /*font-size: 11pt;*/
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

textarea,
form,
label,
input {
    /*font-size: 11pt;*/
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background: black;
}

.sec1 {
    /*font-size: 11pt;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #ffef8f;
}

.wsun {
    /*font-size: 11pt;*/
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

xul {
    list-style: disc;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    list-style-type: disk;
}

xol {
    margin-top: .6em;
    list-style-type: disk;
}

xli {
    padding-bottom: .0em;
    margin-left: -2em;
}

table {
    /*font-size: 11pt;*/
}

td {
    /*font-size: 11pt;*/
}


table.wyn {
    border-collapse: collapse;
}

td.wyn {
    border: 1px solid #808080;
    padding: 3px;

}

hr { 
	background-color: gray; 
	height: 1px; 
	border: 0; 
}

@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
	body {
		xbackground: darkgray;
		line-height: 1.5em;
		font-size: 1em;
	}
}

