body {
 	color: #663366 ;
 	background-color: #ffffcc ;
 	font-family: Helvetica, Verdana, sans-serif ;
 	margin-left: 3% ;
 	margin-right: 3%
}

hr {
	border: 0 ;
	background-color: #ffcc66 ;
	height: 2px ;
}

h1 {
	font-family: "Times New Roman", serif ;
 	font-size: 220% ;
 	margin-left: 3%
}

h2 {
	font-family: "Times New Roman", serif ;
 	font-size: 170% ;
 	margin-left: 3%
}

h3 {
	font-family: "Times New Roman", serif ;
 	font-size: 140% ;
 	margin-left: 3%
}

h4 {
	font-family: "Times New Roman", serif ;
	font-size: 120% ;
 	margin-left: 3%
}

h5 {
	font-family: "Times New Roman", serif ;
	font-size: 100% ;
 	margin-left: 3%
}

h6 {
	font-family: "Times New Roman", serif ;
	font-size: x-small;
 	margin-left: 5%
}

#menu {
	font-size: 80%
}

#bundnote {
	font-size: 70%
}

ADDRESS, DL, OL, UL { margin-left: 3% }
OL OL {list-style: upper-alpha inside}
OL OL OL {list-style: lower-alpha inside}
A:link { color: red }
A:active { color: #cc6600 }
A:visited { color: blue }
A.yellow:link { color: yellow }
A.yellow:visited { color: yellow }
INPUT, SELECT, OPTION { background: white }
P { margin-left: 3% }
TH { background: Silver }
EM { }
STRONG { }
CODE, PRE { font-family: Courier, monospace }

.vanish {
	display: none
}

.special {
	background: yellow
}

.center {
	text-align: center
}

.header {
  width: 100% ;
	padding: 0.3em ;
	border: none ;
	color: yellow ;
	background: navy ;
/*	background: navy url(/Mathematics/Icons/yellow_segl_small.gif) no-repeat right; */
	font-family: Verdana, Helvetica, Utopia, sans-serif ;
	font-size: 100%
}

.footer {
	width: 100% ;
	padding: 0.3em ;
	border: none ;
	color: yellow ;
	background: navy none ;
	font-family: Verdana, Helvetica, Utopia, sans-serif ;
	font-size: 80%
}

TABLE.liste{
	padding-left: 1em ;
	border-spacing: 1em 0
}

