BODY{
    background: White;
	font-family : Arial;
	font-size : 12pt;
	color: #333333;


A {
	font-family : Arial;
	text-decoration: none;
	font-size : 10pt;
	color: olive;
}

A:link{
	font-family : Arial;
	text-decoration: none;
	font-size : 8pt;
	color: olive;
	
}

A:Hover {
	font-family: Arial;
	font-size: 8pt;
	color: olive;
	text-decoration: underline;
}

A.visted {
	font-family : Arial;
	font-size : 8pt;
	color:gray;
}
table {
	font-family : Arial;
	text-decoration: none;
	font-size :12pt;
	color: #333333;
}
.small {
	font-family : Arial;
	font-size : 9pt;
	color: olive;
	}
input{
	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;
			}
}
