
.pledge {
	font-style: italic;
}

#topbar {
	position: fixed;
	top: 10px;
	height: 60px;
	width: 600px;
	background: linear-gradient(90deg, rgba(0,111,0,1) 0%, rgb(0 165 0) 100%);
	border-radius: 5px;
}

#topbarleft {
	font-size:20px;
	text-transform: uppercase;
	float: left;
	line-height: 60px;
    margin: 0 15px;
}

#topbarright {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	float: right;
	width: 270px;
	line-height: 60px;
}

#loginmenu {
	position: fixed;
    top: 20px;
    right: 30px;
}

#loginmenu a {
	color: rgba(0,111,0,1);
	font-weight: bold;
    font-size: 20px;
}

.topmenuelement {
	width: 125px;
	float: left;
}

h1 {
	text-align: center;
	color: #006f00;
}

table, th, td {
	//border: 1px solid;
}

.settingselect {
	width: 200px;
}

.standardform table {
	width: 100%;
}

.standardform td {
	width: 50%;
}

.leftcell {
	text-align: right;
}

#actionlist .leftcell {
	padding: 0 10px;
}

#maincontainer {
	max-width: 600px;
	margin: auto;

}

#maincontainer p {
	text-align: justify;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: blue;
	/*color: #feffed;/**/
}

.menulink:link, .menulink:visited, .menulink:hover, .menulink:active {
	color: #feffed;	
}

/*
.source:link, .source:visited, .source:hover, .source:active {
	color: blue;	
}

/*
a:link{
	text-decoration: none;
	color: #feffed;
}

a:visited{
	text-decoration: none;
	color: #feffed;	
}

a:hover{
	text-decoration: none;
	color: #feffed;
}

a:active{
	text-decoration: none;
	color: #feffed;
}*/

body {
	background-color: #feffed;
	font-family: "grandviewregular";
}
