/***********************************************************************
*                                                                      *
* Style for mrk-rellingen.de                     *
*                                                                      *
* 20.2.2006                                     *
*                                                                      *
*                                                                      *
***********************************************************************/


/**********  general attributes for html elements  **********/

body
{
  padding:		0px;			/*  inside of border  */
  margin: 		5px;			/*  outside of border  */
  font-family:		Arial, sans-serif;
  color:		#000000;		/*  text color  */
  background:		#D9DADC;  		/*  outside of outerBox  */ 
  text-align: 		center;
}



/**********  outerBox  **********/

#outerBox
{
  width: 		800px;			/*  seems to be popular  */		
  padding: 		0px;
  margin: 		0px auto;
  background: 		#FFFFCD;		/*  inside of outerBox  */
  text-align: 		left;
}
<STYLE type=text/css>A:link {
	 COLOR: #DF0817; TEXT-DECORATION: underline
}
A:visited {
	 COLOR: #DF0817; TEXT-DECORATION: underline
}
A:hover {
	 COLOR: #0000ff; TEXT-DECORATION: none; 
}
A:active {
	 COLOR: #082BDF; font-weight: none
}
BODY {
	 FONT-FAMILY: Arial
}
</STYLE>




