body {
	color: black;
	background: white;

	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	margin-top: 5px; 
	margin-bottom: 0px; 
	margin-left: 10px;
	margin-right: 10px; 

	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

h1 {
	font-size: 200%; 
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 60%;
}

p,div,table,tr,th,td,ul,ol,li,dl,dt,dd  {
	font-size: 100%;
}

pre {
	font-family: monospace;
	font-size: 120%;
}

.menu {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	height: 26px;
}

.menuTxt {
	font-weight: normal;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
}

A.menuTxt, A.menuTxt:link, A.menuTxt:active, A.menuTxt:visited, A.menuTxt:hover {
	font-weight: normal;
	font-size: 1.1em;
	color: #0000ff;
	line-height: 1.3em;
	text-decoration: none;
}

.langTxt {
	font-weight: normal;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
}
