/* momsu.css */

body  {
	font-family : Calibri, Arial, sans-serif;
	color : #000000;
	margin-left : 20;
	margin-top : 20;
	background-color : #FFFFFF;
}

h1  {
	font-size : 180%;
	font-weight : normal;
	margin-top : 1em;
	margin-bottom : 1em;
	text-align : center;
}

h2  {
	font-size : 150%;
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	text-align : center;
	font-weight : normal;
}

h3  {
	font-size : 110%;
	text-align : left;
	margin-top : 1em;
	margin-bottom : 0.5em;
	font-style : italic;
}

p  {
	text-indent : 3em;
	text-align : justify;
	margin-top : 0.2em;
	margin-bottom : 0.2em;
	font-size : small;
}


a  {
	color : #026EBA;
	text-decoration : underline;
}

a:visited  {}
a:active  {}
a:hover  {}
a.wiki {
	font-style : normal;
	border-bottom : thin dotted Silver;
	text-decoration : none;
}

ul {
	margin : 0.5em 0.5em auto 1em;
}

ul.menu {
	color : #026EBA;
	line-height : 1em;
	margin-left : 1em;
}

li {
	padding-bottom: 0.3em;
	padding-top : 0.3em;
}

dl  {}

dt  {
	font-weight : bold;
	font-size : x-small;
}

dd  {
	font-style : normal;
	color : #000080;
	font-size : xx-small;
}

/* classes */

.image {
	padding-bottom : 2em;
	padding-top : 2em;
	text-align : center;
	background-color : transparent;
	font-size : x-small;
	line-height : 1.5em;
	font-style : italic;
}

.text  {
	font-size : small;
	background-color : #FAFAFA;
	padding : 2em;
	color : #606060;
}

.menu  {
	text-align : left;
	margin-right : auto;
	line-height : 1em;
	background-color : #f5f5f5;
}

.normal_page  {
	background-color : #f0f8ff;
}

.lit  {
	padding-bottom: 0.6em;
	padding-top : 0.3em;
	font-style : normal;
	text-align : justify;
}

.header {
	text-align : center;
	font-weight : normal;
	color : #606060;
	padding : 10;
	font-size : medium;
	background-color : #f5f5f5;
}

.inv  {
	color : #FFFFFF;
	background-color : #4169E1;
}



