body {
	color: #dddd55;
	background-color: #141414;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	max-width: 60em;
	padding: 10px;
  font-size: 12pt;
  line-height: 1.5;
}

/* Common paragraphs. */
p {
	text-align: justify;
	color: inherit;
	background: inherit;
}

p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.left {
	text-align: left;
}

span.error {
	color: #ff0000;
	font-weight: bold;
}
p.profile {
	font-style: italic;
}
p.song {
	text-align: center;
	font-style: italic;
}

img.rfloat {
	float: right;
	margin: 10px;
}
img.lfloat {
	float: left;
	margin: 10px;
}

h1, h2, h3, h4 {
	text-align: left;
	font-weight: bold;
	font-family: sans-serif;
	color: inherit;
	background: inherit;
}
h1 {
  font-size: 18pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 14pt;
}
h4 {
  font-size: 12pt;
}

nav {
  font-size: 11pt;
}

/*
 * Link... there are normal link (white/gray), external (blue/less-blue ;-))
 * and green class for menu (actual location on site).
 */
a {
	font-weight: bold;
	color: inherit;
	background: inherit;
  text-decoration: none;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #d0d0d0;
}
a:active {
	color: #ff0000;
}
a.externy:link {
	color: #80e0e0;
}
a.externy:visited {
	color: #60a0a0;
}

/*
 * This is common table for all purposes...
 * Some of tricks are explained two comments downward.
 */
table {
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-spacing: 0;
	border-color: #444400;
	border-top-color: #ffffaa;
	border-left-color: #ffffaa;
	padding: 0px;
	color: inherit;
	background: inherit;
}

table.plain {
	background-color: #000000;
	border-style: none;
	border-width: 0;
	padding: 0em;
	margin: 0em;
	width: 100%;
	color: inherit;
	background: inherit;
}

table.foto {
	background-color: #000000;
	border-style: none;
	border-width: 0;
	padding: 0em;
	margin: 0em;
	width: 100%;
	color: inherit;
	background: inherit;
}
td.foto {
	padding: 0.2em;
	margin: 0em;
	text-align: center;
	vertical-align: middle;
}

/*
 * Other table components... inherits from parent table nearly all...
 * Good way how to do tables. ;-)
 * Well - now there are made changes on the level just under the table
 * tag... thead/tbody/tfood changes border colors (left-top are switched
 * with right-bottom for 3d effect) and also padding (in table it was
 * set to 0 for no space between border of table and border of cells).
 * Border width is increased to 2 for shade-borders.
 * Great thing is that there will be no border for "plain" table still,
 * because of its none border-style. Any changes made to other aspects
 * of border are just ignored. Love CSS!
 */
thead {
	border: inherit;
	border-color: #444400;
	border-bottom-color: #ffffaa;
	border-right-color: #ffffaa;
	border-width: 1px;
	border-top-width: 2px;
	border-left-width: 2px;
	padding: 2px;
	color: inherit;
	background: inherit;
	background-color: #333333;
}
tbody {
	border: inherit;
	border-color: #444400;
	border-bottom-color: #ffffaa;
	border-right-color: #ffffaa;
	border-width: 1px;
	border-top-width: 2px;
	border-left-width: 2px;
	padding: 2px;
	color: inherit;
	background: inherit;
}
tfoot {
	border: inherit;
	border-color: #444400;
	border-bottom-color: #ffffaa;
	border-right-color: #ffffaa;
	border-width: 1px;
	border-top-width: 2px;
	border-left-width: 2px;
	padding: 2px;
	color: inherit;
	background: inherit;
}
tr {
	border: inherit;
	padding: inherit;
	color: inherit;
	background: inherit;
}
th {
	border: inherit;
	padding: inherit;
	color: inherit;
	background: inherit;
	background-color: #333333;
}
td {
	vertical-align: top;
	border: inherit;
	padding: inherit;
	color: inherit;
	background: inherit;
}

/* non-float image */
img {
	border-width: 0;
	vertical-align: middle;
	float: none;
	color: inherit;
	background: inherit;
}

hr {
	clear: both;
	color: #800000;
	border-style: solid;
	height: 0px;
}
input.smalltext {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	font-size: smaller;
	background-color: black;
	border-style: solid:
	border-width: thin;
	border-color: #444400;
	border-bottom-color: #ffffaa;
	border-right-color: #ffffaa;
	color: #ffff55;
}
input.smallbutton {
	color: #ffff55;
	margin: 0px;
	padding: 0px;
	font-size: smaller;
	border-style: solid:
	border-width: thin;
	border-color: #444400;
	border-top-color: #ffffaa;
	border-left-color: #ffffaa;
	background-color: black;
}

.tt {
	font-family: consolas, monospace;
	font-size: 13pt;
}
