body		{	background-color:	#003366;
				topmargin:			"0";
				leftmargin:			"0"
			}

body,p		{	font-family:		Arial;
				font-style:			normal;		/* not italic, oblique								*/
				font-varant:		normal;		/* not small-Caps									*/
				font-size:			13px;
				font-weight:		normal;		/* not bolder, bold, lighter						*/
				text-decoration:	none;		/* not underline, overline, blink, line-through		*/
/*				text-align:		justify;		   blocksatz										*/
				color:				black;			
				background-color:#003366
			}

h1,h2,h3,h4,h5,h6
			{	font-family:		Arial;
				font-weight:		bold;
				font-style:			normal;
				text-align:			center;
				color:				#99CCFF;		}

h1			{	font-size:			30px			}
h2			{	font-size:			26px;			}
h3			{	font-size:			20px;			}
h4			{	font-size:			17px;			}
h5			{	font-size:			15px;			} 
h6			{	font-size:			13px;			} 

a			{	text-decoration:	underline;		} 
a:visited	{	color:				white;			}
a:link		{	color:				white;			}
a:hover		{	color:				#C0C0C0;		}
a:active	{	color:				white;			}

.n_bold		{	font-size:			20px;
				font-weight:		bold;			}

.box_h2		{	font-family:		Arial;
				font-size:			16px;
				color:				white;
				font-weight:		bold;			}

table		{	color:				white;
				font-size:			13px;			}
				
