/* Colors for all links */
:link    { color: blue; }
:visited { color: green; }
:hover   { color: red ; }
:active  { color: yellow ; }

* { 
	font-family: Verdana, Arial, 'sans-serif' ;
}

head {
	background-color: darkgrey;
	color:            #a0ffa0;
}

h1 {
	padding-left:     10px;
	background-color: darkgrey;
	color:            #a0ffa0;
}


footer {
	padding-left:     10px;
	background-color: darkgrey;
	color:            #a0ffa0;
	link              #a0ffa0;
}

body {
	background-color: #a0ffa0;
	color:            black; 
}

table.content {
	table-layout: fixed;
	width:        480px;
}

table.content
th:nth-child(1),
td:nth-child(1) {
	width: 120px;
	text-align: left;
}

table
th:nth-child(2),
td:nth-child(2) {
	width: 100px;
	text-align: left;
}

table.column2 {
	table-layout: fixed;
	width:        400px;
}

table.column2
th,td {
	width: 200px;
	text-align: left;
}

table.column4 {
	table-layout: fixed;
	width: 800;
}

table.column4
th:nth-child(odd),
td:nth-child(odd) {
	width: 120px;
	text-align: left;
}

table.column4
th:nth-child(even),
td:nth-child(even) {
	width: 360px;
	text-align: left;
	padding-right: 20px;
}
