body
{
	text-align: left;

	font-family: Verdana, sans-serif;
	
	background-image: url("images/bg.png");
	background-repeat: no-repeat;
	background-position: top;
	background-color: rgba(0, 130, 30, 0.75);
	background-attachment: fixed;
	text-shadow: 0px 0px 15px white;
}

h1, h2
{
	text-shadow: 0px 0px 15px white;
	text-align: center;	
}


h1
{
	font-size: 50pt;
	margin-top: 100px;
}


h2
{
	margin-bottom: 80px;
}


.box
{
	background-color: rgba(200, 255, 150, 0.5);
	border-radius: 15px;
	padding: 15px 15px 15px 15px;
	margin: 25px 50px 125px 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ul
{
    list-style-image: url('images/bullet.png');
}

.image
{
	border: 3px outset white;
	margin: 14px 14px 14px 14px;
}


.ui-state-active
{
	background-color: green !important;
	border: 1px solid darkgreen;
}

.ui-accordion h3
{
	background-color: #4a4;

}

.ui-accordion div
{
	background-color: rgba(143, 188, 143, 0.5);
	height: 300px important!;
}