/***************************************************************************
* Copyright (C) Ladislav Gasek, 2007													*
* http://www.mystery-ds.cz/ 																*
* You CANNOT use this stylesheet, or part of it, without my permission!! 	*
* for project: SWEAL																			*
/**************************************************************************/
/*.h1 {
	border-bottom: 1px solid #660000;
	color: #660000;
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	margin-bottom: 4px;
	width: 99%;
}*/
h1 {
	border-bottom: 1px solid #660000;
	color: #660000;
	font-family: "MS Serif", "New York", serif;
	font-size: x-large;
	font-weight: bold; /*height: 30px;*/
	margin-bottom: 8px;
	margin-top: 2px;
	width: 100%;
}
h2,h3,h4{
	color: #660000;
	padding-top: 2px;
}
p,code,ul{
	padding-bottom: 0.2em;
}
.t1 {
	background-color: #800000;
	border: 1px solid #DAA520;
	color: #FFFFCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	padding: 3px 3px;
}
.t2 {
	background-color: #FFFFFF;
	border: 1px solid #DAA520;
	color: #500000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	padding: 3px 3px;
}
hr {
	border-top: 1px solid #800000;
	/*border-width: 0;*/
	height: 1px;
	padding: 0px;
	margin: 0px;
}

