<script type="text/javascript" src="http://www.schlund.de/tinc/runtimexsl/js">
        body {
				margin:15px 10px 20px;
			}
			
			h2 {
				text-decoration:underline; 
				/*font-size:16px;*/
				font-size:133%;
			}
			
			h3 {
				/*font-size:14px*/
				font-size:116%;
			}
			
			input {
				/*font-size:11px;*/
				font-size:95%;
			}
			
			/* not found */
			/*.gross {
				font-size:16px
			}*/
			/* found in messageboard.xsl. formatting of links in entryhandle and entrymenu templates.
			formatting of submitted fields in guest/moderator html mails (template entry).
			formatting of user name and submission date of an entry in layout mode 2.
			formatting of response type message in templates preview and updateform*/
			.klein {
				font-size:90%;
				/*font-size:10px*/
			}
			/* found in messageboard.xsl. formatting of | chars in template entryhandle.
			formatting of entry subject (template entry) in layout mode 2*/
			.mittel {
				font-size:116%;
				/*font-size:14px;*/
			}
			/* found in messageboard.xsl. formatting entryhandle and entrymenu template contents */
			.rechts {
				text-align:right
			}
			/* found in messageboard.xsl. formatting entry number */
			.riesig {
				/*font-size:20px;*/
				font-size:166%;
			}
			
			/* not found */
			/*.noline {
				text-decoration: none
			}*/
			
			.admin {
				margin:0 4px;
			}
			
			.warn {
				color:#000000;
				font-weight:bold;
			}
</script>