@font-face {
    font-family: 'vag_rounded_blackregular';
    src: url('font/vagrounded-black-webfont.eot');
    src: url('font/vagrounded-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/vagrounded-black-webfont.woff') format('woff'),
         url('font/vagrounded-black-webfont.ttf') format('truetype'),
         url('font/vagrounded-black-webfont.svg#vag_rounded_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'vag_roundedbold';
    src: url('font/vagrounded-bold-webfont.eot');
    src: url('font/vagrounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/vagrounded-bold-webfont.woff') format('woff'),
         url('font/vagrounded-bold-webfont.ttf') format('truetype'),
         url('font/vagrounded-bold-webfont.svg#vag_roundedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'vag_rounded_lightregular';
    src: url('font/vagrounded-light-webfont.eot');
    src: url('font/vagrounded-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/vagrounded-light-webfont.woff') format('woff'),
         url('font/vagrounded-light-webfont.ttf') format('truetype'),
         url('font/vagrounded-light-webfont.svg#vag_rounded_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vag_rounded_thinregular';
    src: url('font/vagrounded-thin-webfont.eot');
    src: url('font/vagrounded-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/vagrounded-thin-webfont.woff') format('woff'),
         url('font/vagrounded-thin-webfont.ttf') format('truetype'),
         url('font/vagrounded-thin-webfont.svg#vag_rounded_thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body{
	  padding:0;
      margin:0;
      color:#000000;
      font-family:'vag_rounded_thinregular',arial;
}

h1{
	font-size:16px;
}

p{
	font-size:12px;
}
