 A:link    {
 	text-decoration: none;
	color: red;
 }
 
 A:visited {
 text-decoration: none;
 color: red;
 }
 
 A:hover   {
 text-decoration: none;
 }
 A:active  {
 text-decoration: none;
 }
 
.font { 
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 12px;
  }
 .times { 
 	font-family : Times New Roman, serif;
 	font-size : 14px;
	color:black;
 }
 A.times:link    {
  	font-family : Times New Roman, serif;
 	font-size : 20px;
	color:black;
 	text-decoration: none;
 }
 
 A.times:visited {
  	font-family : Times New Roman, serif;
 	font-size : 20px;
	color:black;
 	text-decoration: none;
 }
 
 A.times:hover   {
  	font-family : Times New Roman, serif;
 	font-size : 20px;
	color:black;
 	text-decoration: red;
 }
 A.times:active  {
  	font-family : Times New Roman, serif;
 	font-size : 20px;
	color:red;
 	text-decoration: none;
 }
 .white {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size : 12px;
 	color:white
}	
.graf
{ 
text-indent: 20px
}
 

body {
scrollbar-face-color: #ffd2a6;
scrollbar-shadow-color: #bb5e00;
scrollbar-highlight-color: #ffca95;
scrollbar-3dlight-color: #ffca95;
scrollbar-darkshadow-color: #804000;
scrollbar-track-color: #ffebd7;
scrollbar-arrow-color: #ffc58a;
}

.edge {
	border: thin groove #CC9900;
}

.rule {
	color: #CC9900;
}