﻿/* -----------------------------------------------------------------------

	Kovács XXII. Kft. - typography.css
	http://kovacsxxii.hu

	* Copyright (c) 2010 Everegine Kft.
   
----------------------------------------------------------------------- */

/*------------------------------------ RESET ------------------------------------*/


@font-face {
	font-family: "SegoeUINormal";
	src: url("/styles/type/segoeui-webfont.eot");
	src: local("Segoe UI"), local("SegoeUI"), 
		url("/styles/type/segoeui-webfont.woff") format("woff"),
		url("/styles/type/segoeui-webfont.ttf") format("truetype"),
		url("/styles/type/segoeui-webfont.svg#webfontatl5iN4B") format("svg");
	font-weight: normal;
	font-style: normal;
	}


body { font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif; font-size: 12px; color: #5b5b5b; }
a { color: #5b5b5b; text-decoration: none; }
a:hover { color: #009ad3; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 10px 0; font-family: "SegoeUINormal", Segoe UI, Verdana, Tahoma, Arial, Helvetica, Sans-serif; }
h1 { font-size: 18px; }
h2 { font-size: 16px; font-weight: normal !important; color: #009ad3; }

p { margin: 0 0 10px 0; }
