/*****************     *   File Name: default.css     *   Section: @approot/css/     *   Creator: Stefan Weber     *   Creation Date: 30/05/2005     *   Purpose: stylsheet screen     *   Description: Styelsheet wirkenlassen.ch     *   Copyright: Individivici     *   Version History & Comments     *   #1.0 	init****************//* basic elements */html {	margin: 0px;	padding: 0px;}body {	margin-top: 0px;	text-decoration: none;}p, td, li, ul, ol, h3, h4, h5, h6 , form, input, select, textarea {	font-family:  "Arial", "Helvetica", "Sans-Serif";	font-size: 12px;	line-height: 14px;	color: #000070;} h1 {	font-family:  "Arial", "Helvetica", "Sans-Serif";	font-size: 16px;	font-weight: 500;	line-height: 16px;	color: #000070;} h2 {	font-family:  "Arial", "Helvetica", "Sans-Serif";	font-size: 9px;	font-weight: 500;	line-height: 13px;	color: #000070;}