﻿
.roka
{
	cursor: hand;

}

a.example
{
color: #000000;
text-decoration: none
}

a.example:hover
{
color: #F04B22;
text-decoration: none
} 

a.example2
{
color: #FFFFFF;
text-decoration: none
}

a.example2:hover
{
color: #F04B22;
text-decoration: none
} 

.linkBlack
{
	A:link {text-decoration: none;color: black;}	
	A:visited {text-decoration: none;color: black;}
    A:active {text-decoration: none;color: black;}
    A:hover {text-decoration:none ; color: #F04B22;}
	
}

