body
{
background-color:#000000;
background-image:url('./graphics/homepage/star-field.jpg'); 
color: white;
}

h1
{
color:white;
text-align:center;
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
}

object { margin-left: auto;
			margin-right: auto;
			}
			
table.center { 	margin-left:auto;
						margin-right:auto;
						border: 0px solid orange;
						
						color: orange;
						text-align: center;
						font-family:Arial,Helvetica,sans-serif;
						font-weight: lighter;
						font-size: 1.1em;
						
					}
					
					
td	{ text-align: left;
	}
	
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 */

