body 
{
    background-color: lightblue;
}

h1 
{
    color: navy;
    margin-left: 20px;
	margin-bottom: 0cm;
	font-family: "Arial", Arial, sanserif;
	font-size: large;
	font-style: bold;
	text-decoration: underline;
}

h2 
{
    color: maroon;
    margin-left: 20px;
	margin-bottom: 0cm;
	font-family: "Arial", Arial, sanserif;
	font-size: medium;
	font-style: bold;
	text-decoration: none;
}

clock
{
	position:absolute;
	top:50px;
	right:20px;
	font-family: "Technic", Technic, monospace;
	font-size: x-large;
	font-style: bold;
}

item
{
	margin-bottom: 0cm;
	font-family: "Arial", Arial, sanserif;
	font-size: medium;
	font-style: normal;
}

footer
{
	margin-bottom: 0cm;
	font-family: "Arial", Arial, sanserif;
	font-size: xx-small;
	font-style: normal;
}

link
{
	font-style: normal;
}

a:link, a:visited, a:hover, a:active 
{
  text-decoration: none; 
  color: navy;
  font-weight: bold;
}

table 
{
	border: none;
    border-collapse: collapse;
}

th, td 
{
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	padding: 15px;
	font-family: "Arial", Arial, sanserif;
	font-size: medium;
	font-style: normal;
	width:auto;
}

tr:first-child
{ 
	font-weight: bold; 
}

tr:nth-child(even) 
{
	background: #CCC
}
tr:nth-child(odd) 
{
	background: #FFF
}
