/*
CSS der Sportschule Glarnerland - Druckversion
Autor: Simon Rickenbach
Version: 3.1
*/

/*
<!-- ---------- -->
<!-- Hauptseite -->
<!-- ---------- -->
*/


body {	font-family: Tahoma;
	color: #191919;
	font-size: 11px;
	text-decoration: none;
	padding-top: 4px;
	padding-left:4px;
	background-color: #FFFFFF;
	}
	
h1 {
	font-family: Tahoma;
	color: #191919;
	font-size: 14px;
	font-weight: bold;
	}
	
h2 {
	font-family: Tahoma;
	color: #191919;
	font-size: 12px;
	font-weight: bold;
	}
	
h3 {
	font-family: Tahoma;
	color: #191919;
	font-size: 11px;
	font-weight: bold;
	}
	
h4 {
	font-family: Tahoma;
	color: #191919;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	}
	
a {
	font-family: Tahoma;
	color: #CE000C;
	font-size: 11px;
	text-underline: none;
	text-decoration: none;
	}
