/* General style */
body {
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 2em;
	margin-top: 0em;
}

/* Header Style */
.header {
        float: right;
        padding: 0em;
        padding-left: 3em;
        font-size: 1.2em;
}

.header h1 {
        padding: none;
        margin: none;
        border-bottom: 0.1em solid white;
        width: 15em;
}

.header h2 {
        margin-top: -0.6em;
}

.content {
	color: black;
	padding: 2em;
	text-align: justify;

	min-height: 25em;

	background-image: url('../img/dddddd_80.png');
}

.content-top {
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

	height: 1em;

	filter:alpha(opacity=35);
        opacity: 0.35;
	clear: both;
}

.footer {
	font-size: smaller;
	text-align: right;
	clear: both;
}

a:link, a:visited, a:active {
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	font-weight: lighter;
	text-decoration: underline;
}

code, .code {
	display: block;
	background-color: #444;
	font-family: courier, monospace;
	font-size: smaller;
	color: white;
	padding: 1em;
	margin: 1em;
	text-align: left;
	overflow: auto;
}

table, p, ul, ol {
	color: black;
}

.adsense {
	float: right;
	padding: 1em;
}
