@charset "iso-8859-1";


/*
master stylesheet for www.styrian-studs.com
(c) 2010  Markus Zrim, AT-Graz

version history:
1.0.0  23.03.2010  sb  initial release
*/

/* global defaults */
body {
	margin-top: 15px;
	margin-left: 5px;
	background-color: #008000;
	margin-bottom: 0px;
	font-family: verdana, tahoma, geneva, sans-serif;
	font-size: 75%;
	line-height: 20px;
	text-align: left;
	white-space: normal;
	}

a:link    {color:#008000;}
a:visited {color:#008000;}
a:hover   {color:#CC9900;}
a:active  {color:#CC9900;}

h1 {color: #008000; font-size: 12px; font-weight: bold; text-decoration: underline;}
h2 {color: #008000; font-size: 12px; font-weight: bold;}
h3 {color: #808080; font-size: 12px; font-weight: normal; font-style: italic;}



