How to add custom CSS to SharePoint 2010 master page
Open your master page and add your custom CSS link on top of id="PlaceHolderPageTitle"
Change your url based on where your keeping your custom css file and name
<link href="/Style%20Library/customs.css" rel="stylesheet" type="text/css" />