body {
	color: #000000;
	background: tassut.gif;
}

a:link {
	color:red;
	background: transparent none;
	font-weight : bold;
	line-height : 16px;
	font-size : 10pt;
	font-family :Arial;
	text-decoration : none;
	
	
}

a:visited {
	color:  red;
	background: transparent none;
	font-weight :normal;
	line-height : 16px;
	font-size : 10pt;
	font-family :Arial;
	text-decoration : none;
	
}

a:active {
	color: #939393;
	background: transparent none;
	font-weight : bold;
	line-height : 16px;
	font-size : 10pt;
	font-family :Arial;
	text-decoration : none;
	
}

a:hover {
	color: white;
	background: #939393;
	font-weight : bold;
	line-height : 16px;
	font-size : 10pt;
	font-family :Arial;
	text-decoration : none;
	
}

h1 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	background: transparent none;
}

h2 { 
	font-family: Arial;
    	 font-size: 10pt;
    	 color: red; 
     	font-weight: bold;
     	background: transparent none; 
}

h3 {
	 font-family: Arial;
    	font-size: 8pt;
    	 color:  red; 
     	background: transparent none; 
}

p {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	background: transparent none;
	font-style : normal;
	font-stretch : normal;
	font-weight : normal;
}
 
i { font-family: Arial;
    font-size: 10pt;
    color: #8D5B16;
    background: transparent none; }

