﻿body
{ margin: 0;
  background-image:url('gorsel/bg.gif');
  background-repeat:repeat-x;
}

a:link {
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px;
	color:white;
	text-decoration:none;
	
}

a:hover
{
	font-family: Verdana;
	font-size: 10px;
	color:MenuText;
		text-decoration:underline;

}

a:visited
{	font-family: Verdana;
	font-size: 10px;
	color: white;
		text-decoration:none;
}
a:active
{	font-family: Verdana;
	font-size: 10px;
	color:MenuText;
		text-decoration:none;
}


#kateg
{
}

#kateg a:link
{font-family: "Verdana";
	font-size: 10px;
	color: #6b8435;
	text-decoration: none;

}

#kateg a:active
{font-family: "Verdana";
	font-size: 10px;
	color: #000000;
	text-decoration: none;  

}
#kateg a:visited
{font-family: "Verdana";
	font-size: 10px;
	color: #000000;
	text-decoration: none;  

}
#kateg a:hover
{
    font-family: "Verdana";
    font-size: 10px;
    color: #608ef5;
    text-decoration: none;
    border-bottom:solid 1px blue;

}