body * {
	font-family:Geneva, Tahoma, Arial, Helvetica, sans-serif;
	}

h1
,h2
,h3
,h4
,h5
,h6 {
	font-weight:bold;
	}

h1 {
	font-size:4em;
	}
	
h2 {
	font-size:2em;
	}
	
h3 {
	font-size:1.8em;
	}
	
h4 {
	font-size:1.6em;
	}
	
h5 {
	font-size:1.4em;
	}
	
h6 {
	font-size:1.2em;
	}

a {
	text-decoration:none;
	border-bottom:1px dashed;
	}
a:hover {
	border-bottom:1px solid;
}
a img {
	border:none;
	}

.ak {
	text-decoration:underline;
	}