To set HTML attribute and css styles in html helper control in mvc

CSS
@Html.ActionLink(emp.Name, "EmployeeDetail", new { Id = emp.Id },
                 new { target="_blank", 
                  	  style="font-weight: bold;color: red;"})

Source

Also in CSS: