/* Alexander Makarov, 2008 (http://rmcreative.ru/) */

html {font-size: 100%}

body {
	background: white; color: black;
	font-size: 12pt;
	line-height: 160%;
	padding: 0 5%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

/*a[href^="/"]:after {
  content: "(http://fazeful.ru" attr(href) ")";
}*/

dl dt {
	text-decoration: underline;
}
