/** BASIC */body {	margin-top: 30px;	padding: 0px;	background: #Ffffff;}/** HEADINGS */h1, h2, h3, h4, h5, h6 { margin: 0px; }h1, h2 {	font-weight: normal;}h1 {	margin-bottom: 30px;	padding-bottom: 5px;	background: url(img/homepage.gif) repeat-x left bottom;	font-size: 26px;	color: #E20A12;}h2 {	margin-bottom: 10px;	font-size: 16px;	color: #E20A12;}h2 span { color: #E20A12; }h3, .text1 {	margin-bottom: 5px;	text-transform: none;	font-size: 11px;	font-weight: bold;	color: #51360A;}/** TEXTS */body, th, td, input, textarea, select {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 12px;	color: #4E4E4E;}p, blockquote, ul, ol, dl {	margin-top: 0px;	margin-bottom: 1em;	line-height: 150%;}/** LINKS */a { color: #E20A12; }a:hover { text-decoration: none; }