/*
	Cascading Style Sheets - CSS
	This is the CSS definition file for the personal WWW pages
	of Vinzenz Brendler at the Institute of Radiochemistry
	at the Forschungszentrum Rossendorf / FZR.

	Author: V.Brendler / FWRE
	Last Modification: February 25, 2003
*/

BODY 	{
		background-image:url(/FWR/VB/ICONS/green_bg.gif);
		background-repeat:repeat-y;
		background-color:white;
		color:black;
		}

P,A,UL,OL,LI,TABLE,TD,TH,TR,DL,DT,DD,H1,H2,H3,H4,B,I {
		font-family:"Times New Roman",Times,serif;
		}

H1		{
		color:green;
		font-size:160%;
		font-weight:bold;
		text-align:center;
		margin-top:1cm;
		}

H2		{
		color:seagreen;
		font-size:130%;
		font-weight:bold;
		margin-top:0cm;
		}

H3		{
		color:seagreen;
		font-size:110%;
		font-style:italic;
		}

H4		{
		color:seagreen;
		}

TD.Title {				/* Style for default page title */
		color:seagreen;
		font-size:x-large;
		font-weight:bold;
		}

TD.Label {				/* Emphasized table cell */
		font-weight:bold;
		}

P.Footer {				/* Text style for footnotes */
		font-size:small;
		margin-left:15px;
		}

P.Indent {				/* Indented paragraph */
		margin-left:15px;
		}

P.Subtitle {			/* Subtitle for figures */
		font-size:80%;
		font-style:italic;
		font-weight:bold;
		text-align:center;
		}
DT {				/* Entry for definition list */
		font-weight:bold;
		}



