body { background: #000912; color: #fff; font-family: verdana, sans-serif; font-size: 80%; margin: 1em; }

h1, h2, h3, h4, h5, h6 { font-family: georgia, times, serif; font-weight: normal; }
h1 { font-size: 3em; margin-top: 0; }
h2 { font-size: 2em; margin-top: 0; }

a { color: #95CBE5; }

#container { width: 700px; margin: 0 auto; }

#homepage { background: url('/images/harry.jpg') bottom right no-repeat; min-height: 240px; }

#other_languages { }
	#other_languages ul { list-style: none; margin: -1em 0 2em 0; padding: 0; }
		#other_languages ul li { list-style: none; margin: 0 1em 0 0; padding: 0; display: inline; }

#biog_pic { float: right; border: 2px solid #95CBE5; }

blockquote { clear: both; margin-bottom: 2em; }

/* Specify pairs of quotes for two levels in two languages */
q:lang(en-GB) { quotes: '"' '"' "'" "'" }
q:lang(de) { quotes: &dbquo; &dbquo; "'" "'" }
q:lang(hu) { quotes: &laquo; &raquo; "'" "'" }

/* Insert quotes before and after Q element content */
q:before { content: open-quote; }
q:after  { content: close-quote; }

.core { font-weight:bold; }