﻿html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Tahoma, sans-serif;
    background-color: #091507; /* #bed245;*/
    color: #333333; /*231f20*/
    background-image: url(/graphics/pans/seagrass_1500.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#toTop{
	position: fixed;
	bottom: 95px;
	right: 20px;
	cursor: pointer;
	display: none;
	background-color:#4ba919;
	background-image:none;
    border:2px solid #153310;
    color:#ffffff;
    padding:6px;
      border-radius: 3px;
}

#fullPage {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

article {
    display: none;
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
}

span.highlight{
    font-weight:800;
    color: #006E30;
    padding:0px;
    margin:0px;
}
span.highlight2{
    font-weight:600;
    color: #9B5300;
    padding:0px;
    margin:0px;
}
span.highlight3{
    font-weight:600;
    color: #C52600;
    padding:0px;
    margin:0px;
}

li {
    padding: 10px;
    list-style-image: url(/graphics/icons/bullet.png);
}
