    .stin { 
       color:#660000; 
       font:italic bold 24pt Verdana, Sans-serif;
       width:100%; 
       text-align:center; 
       filter:Shadow(color=dimgray,strenght=7); 
   } 
   .zare { 
       color:#660000; 
       font:italic bold 24pt Verdana, Sans-serif; 
       width:100%; 
       text-align:center; 
       filter:Glow(color=yellow,strenght=1); 
   } 
   .small { 
       color:brown; 
       font:italic bold 12pt Verdana, Sans-serif;
       width:100%; 
       filter:Shadow(color=dimgray,strenght=7); 
   } 
   a:link
{
	color: Yellow;
}
a:visited
{
	color: #FFD700;
} 
a:active 
{
	color: #FAFAD2;
}
body
{
	font-family: Arial, Helvetica;
	background-color: #FFA500;
	color: rgb(0,0,0);
}

code {
	width: 300px;
	background-color: #FFEFD5;
	color: #592D0D;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
}

