/* Styles for a typical index file */
/* Michal Ramsza (c) 2025          */

body {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	
}

#postamble {
    font-family: Verdana, Arial, Helvetica;
    font-weight: 100;
    font-size: 10px;
    color: black;
    background: lightgrey;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
}

#postamble a:link {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: blue;
	text-decoration: none;
}

#postamble a:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: blue;
	text-decoration: underline;
}

.title {
    font-size: 14px;
	border-left: 8px solid grey;
	border-right: 0px solid grey;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
    background: lightgrey;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.outline-2 {
    background: #FFFFFF;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 20px;
    text-align: left;
	border-left: 4px solid orange;
	border-right: 0px solid grey;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
}

.org-ul {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: black;
}

.org-ol {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: black;
}

th.org-left {
    text-align: left;
}


h1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 900;
	color: black;
}

h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 900;
	color: black;
}

h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 900;
	color: black;
}

h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: black;
	font-style: oblique;
}


p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: black;
	line-height: 220%;
}

#text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: black;
}

a:link  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: blue;
	text-decoration: none;
}

a:visited  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: blue;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	color: blue;
	text-decoration: underline;
}

#quote {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	font-style: italic;
	width: 250px;
}

.it {
	color: #D68910;
}

.who {
	color: #784212;
	font-size: 12px;
	text-align: right;
}

th {
    background-color: orange;
    text-align: left;
}

/* For the first cell in each row (first column) */
table tr td:first-child,
table tr th:first-child {
    background-color: orange;
    text-align: center;
}


table {
    border-collapse:collapse;
    font-size: 12px;
    vertical-align: top;
    font-family: Verdana, Arial, Helvetica;
    font-weight: 100;
    color: black;
    width: 80%;
}

tr:hover {background-color: lightblue;}

tr {
    text-align: left;
    
}

td {
    vertical-align: top;
    text-align: left;
}

.t-above {
    text-align: left;
    font-size: 11px;
}

code {
    color: coral;
}
