body
{
background-color:#000000;
background-image:url('./graphics/homepage/clock.jpg'); 
color: white;
}

h1
{
color:white;
text-align:center;
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
}

h2
{
color: white;
text-align:center;
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
}

li
{
color:yellow;
text-align:left;
font-family:Arial,Helvetica,sans-serif;
font-size:17px;
}

object { margin-left: auto;
			margin-right: auto;
			}
			
table.center { 	margin-left:auto;
						margin-right:auto;
						border: 0px solid orange;
						
						color: orange;
						text-align: top;
						font-family:Arial,Helvetica,sans-serif;
						font-weight: lighter;
						font-size: 1.2em;
						
					}
					
					
td	{ 	text-align: center;
		border: 1px solid grey;
		color: yellow;
		
	}
	
a { text-align: center; 

	}

td.center.a { text-align: center; 

	}
	
a:link {color:grey; text-decoration:none;}      /* unvisited link */
a:visited {color:grey; text-decoration:none;}  /* visited link */
a:hover {color:white; text-decoration:none; }  /* mouse over link */
a:active {color:white;text-decoration:none;}  /* selected link */


