 

@font-face {
    font-family: 'open sans';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'open sans';
    src: url('OpenSans-Italic-webfont.eot');
    src: url('OpenSans-Italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Italic-webfont.woff') format('woff'),
         url('OpenSans-Italic-webfont.ttf') format('truetype'),
         url('OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'open sans';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-Site wide-*/

body {
	font-size: 14px;
    font-weight: 400;
	font-family: 'open sans', sans-serif;
	line-height: 1.5em;
    color: rgb(0,0,0);
}
<!-- Hosting24 Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<!-- End Of Analytics Code -->
