
#content a {
	text-decoration: underline;
	color: black;
}

#content a:after {
	content: '[' attr(href) ']';
}


#bigpic {
	display: none;
}


#footer {
	padding-left: 2em;
}


#pagetitle {
	display: none;
	font-size: 2em;
	padding-bottom: 2em;
	border-bottom: 2pt red solid;

	width: 100%;
}

#pagetitle a {
	text-decoration: none;
	color: black;
}


h1 {
	font-size: 1.5em;
	padding-bottom: 1em;
}

#navigation_bar {
	display: none;
}



label { 
        display: block;
}
input, textarea {
        border: 1px solid black;
        width: 10em;
        margin-bottom: 1em;
}
textarea {
        height: 10em;
        width: 50em;
}
input[type='reset'], input[type='submit'] {
        display: none;
        border: 1px solid black;
        background-color: white;
}

#content {
	font-size: 1.2em;
}

#lang_selector {
	display: none;
}

