@import "../../../CSS/revolution.css";
@import "../../nwc24.css";

H3{
	left				        : 8px;
	position			      : relative;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-color 		    : yellowgreen;
	padding-left		    : .3em;
}

H4
{
	border-bottom-style : dashed;
}

H5{
	left				        : 20px;
	position			      : relative;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
	border-color 		    : yellowgreen;
	padding-left		    : .3em;
}

table.table, table.table td, table.table th
{
	border: solid 1px yellowgreen;
	border-collapse: collapse;
}

table.table {
	margin: 1em;
	position	: static;
	font-family	: Arial;
}

table.table td, table.table th
{
	padding: 0.2em;
}

table.table tbody tr th
{
	background-color: #EFFFD3;
	text-align: left;
	font-weight: normal;
}

table.table thead tr th,
table.table tbody tr th.category
{
	background-color: #B6CE86;
	padding: 0 0.2em;
}

pre.menu
{
	margin: 0.5em;
}

span.menu
{
	padding: 2px;
	color: white;
	background-color: #0C3D0C;
}

span.ver3
{
	color: red;
}

a:visited
{
	color: purple;
}

a:link, a:active, a:hover
{
	color: blue;
}

dd
{
	padding: 0.5em;
	margin-bottom: 0.5em;
}
