
@font-face {
font-family: MyCustomFont;
src: url("../fonts/TitilliumWeb-Regular.eot");

}

@font-face {
font-family: MyCustomFont;
src: url("../fonts/TitilliumWeb-Regular.woff");

}

@font-face {
font-family: MyCustomFont;
src: url("../fonts/TitilliumWeb-Regular.ttf") /* TTF file for CSS3 browsers */
}

body.site
{

font-family: MyCustomFont, Helvetica, Arial, sans-serif;
<!--border-top: 3px solid  ;-->
background-color: #ffffff ;
padding: 0px;
margin: 0;
color: #ffffff ;
font-size: 16px ;
line-height: 24px ;
}

a
{
color: #ffffff ;
<!--margin-top: 5px;-->
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.btn-primary
{
background: #0088cc ;
}
h1, h2, h3, h4, h5, h6, .site-title {
font-family: MyCustomFont, Helvetica, Arial, sans-serif;
, Helvetica, Arial, sans-serif;
}

h1
{
color: #ffffff ;
font-size: 23px ;
line-height: 23px ;
}

h2
{
color: #ffffff ;
font-size: 36px ;
line-height: 36px ;
}

h3
{
color: #3ca7d6 ;
font-size: 23px ;
line-height: 23px ;
}

h4
{
color: #3ca7d6 ;
font-size: 30px ;
line-height: 40px ;
}

h5
{
color: #333333 ;
font-size: 12px ;
line-height: 15px ;
}

h6
{
color: #333333 ;
font-size: 12px ;
line-height: 15px ;
}