/* Combined style sheet for the index pages and the slide pages. *//* Style for all bodies and to control the margin on top. */body {	margin: 0px;	padding: 5px;	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	color: #000080;	font-weight: normal;	background-image: url(Canvas/hintergrund papier.jpg);}/* Style for the Top bar */.topbar {	background-repeat: repeat-x;	height: 0px;}/* Style for the Top ruler */.topruler {	background-position: center;	background-repeat: no-repeat;	height: 0px;}/* Style for the Image/Folder Path Information */.bpppath {	font-size: 16px;	font-weight: normal;	color: #000080;}/* Style for the Image/Folder Index Information */.bppindex {	font-size: 16px;	font-weight: normal;	color: #000080;}/* Style for the Header */.bppheader {	font: comic sans ms;	font-size: 16px;	font-weight: normal;	color: #000080;}/* Style for the Footer */.bppfooter {	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;	color: #000080;	font-size: 16px;	font-weight: normal;}/* Style for the page body */.pagebody {	background-image: url(Canvas/hintergrund papier.jpg);	padding: 10px;	font: comic sans ms;	color: #000080;	font-size: 16px;	font-weight: normal;}/* Style for the Image Comment */.comment {	font: comic sans ms;	color: #000080;	font-size: 16px;	font-weight: normal;}/* Style for any note/comment */.note {	font: comic sans ms;	color: #000080;	font-size: 16px;	font-weight: normal;}.small {	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}/* Custom link styles */a:active {	text-decoration: none;	color: #0000ff;}a:visited {	text-decoration: none;	color: #0000ff;}a:hover {	text-decoration: none;	color: red;}a:link {	text-decoration: none;	color: #0000ff;}a.note:active {	text-decoration: none;	color: #0000FF;}a.note:visited {	text-decoration: none;	color: #0000FF;}a.note:hover {	text-decoration: none;	color: red;}a.note:link {	text-decoration: none;	font-size: 16px;	color: #0000FF;}a.path:active {	text-decoration: none;	font-size: 16px;	color: #0000FF;}a.path:visited {	text-decoration: none;	font-size: 16px;	color: #0000FF;}a.path:hover {	text-decoration: none;	font-size: 16px;	color: red;}a.path:link {	text-decoration: none;	font-size: 16px;	color: #0000FF;}