/*
	Cascading Style Sheet for Death2Spam Web Server
	CSS2 validation: http://jigsaw.w3.org/css-validator/validator-text.html
*/

p {
   margin-top: 10px;
}

h1 {
	text-align: center;
	font-size: 20pt;
	margin-top: 20px;
	margin-bottom: 15px;
}
h2 {
	text-align: center;
	font-size: 15pt;
   margin-bottom: 20px;
}
h3 {
	text-align: left;
	font-style: italic;
	font-size: 12pt;
	margin-top: 15px;
	margin-bottom: 5px;
}
h4 {
   margin-top: 15px;
   margin-bottom: 3px;
	font-size: 11pt;
}
h5 {
   margin-top: 10px;
	font-size: 10pt;
}

table, th, tr, td {
	border-collapse: collapse;
}
td, th {
   border: 1px solid black;
	padding: 4px;
}

th {
	color: black;
	background-color: #ccd;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	color: #91d;
	background-color: white;
}
ul, ol {
   margin-top: 3px;
   margin-bottom: 3px;
}
li {
   margin-top: 2px;
   margin-bottom: 3px;
}

.navbar, .nav {
	color: white;
	background: #50a url(/images/navbar.png) repeat-x 0 50%;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 1px 0px 2px;
}
