body {
    background: #024402;
    }

a:link {
    color: #00ff80;
    }
	
a:visited {
    color: #00ff80;
    }

*   {
    font-size: 100%;
    font-weight: 500;
    font-family: verdana, Serif, Georgia, "Times New Roman";
    }
	
sup {
    vertical-align: super;
    font-size: smaller;
    }
	
sub {
    vertical-align: sub;
    font-size: smaller;
    }
	
.bdv_native_txt_title {
    white-space: normal;
    text-align: center;
    }

.center {
    text-align: center;
	margin-left: auto;
    margin-right: auto;
    }
	
p.mainbody {
    text-align: left;
    color: #ffffff;
    line-height: 180%;
    margin-top: 1em; 
    margin-bottom: 1em;
    width: 100%;
    }
	
p.justify {
    color: #ffffff; 
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    margin-bottom: 1px;
    max-width: 100%;
    }
	
p.caption {
    color: #ffffff; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    margin-bottom: 1px;
    }
	
p.list {
    text-align: left;
    color: #ffffff;
    line-height: 150%;
    margin-top: 4px; 
    margin-bottom: 4px;
    width: 100%;
    }
	
p.clear {
    clear: both;
    }

img.border {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #33ff99;
    image-rendering: auto;
    }

img.floatleft {
    float: left;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 20px;
    margin-bottom: 2px;
    border: 0;
    image-rendering: auto;
    }

img.floatleft-border {
    float: left;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
    margin-left: 4px;
    margin-right: 20px;
    margin-bottom: 5px;
    border: solid 1px #33ff99;
    image-rendering: auto;
    }

img.floatright {
    float: right;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 4px;
    margin-bottom: 5px;
    border: 0;
    image-rendering: auto;
    }
	
img.floatright-border {
    float: right;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 4px;
    margin-bottom: 5px;
    border: solid 1px #33ff99;
	image-rendering: auto;
    }

