/* About Time Stylesheet */
body
{
background-color:#000000;
background-image:url('./graphics/homepage/star-field.jpg');
//color: white;
}
h1
{
color:orange;
text-align:center;
}

p
{
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
}



.logo {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color: white;
text-align: right;
}


table
{
border: 0px solid red;
font-family:Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 1.0em;
padding: 5px;
width: 100%;
text-align: center;
border-collapse: collapse;

}


table.menu	{  margin-left:auto;
					margin-right:auto;
					width: 80%;
					border: 0px dashed red;
				
					padding: 5px;			
					color:white;
					font-size:110%;
					text-align: center;
				}
				




a.menu { color:white; text-decoration: none;}
a.menu:hover {color: red; text-decoration: none;}

a:link {color:#FFFFFF;text-decoration:none;}      /* unvisited link */
a:visited {color:#FFFFFF;text-decoration:none;}  /* visited link */
a:hover {color:#FF0000; text-decoration:none; }  /* mouse over link */
a:active {color:#FF0000;text-decoration:none;}  /* selected link */


a.orange1 { color:orange; text-decoration: none;}
a.orange1:hover {color: white; text-decoration: none;}

a.redorange { color:#FF5500; text-decoration: none;}
a.redorange:hover {color: white; text-decoration: none;}


a.red1 { color:red; text-decoration: none;}
a.red1:hover {color: white; text-decoration: none;}

a.yellow1 { color:yellow; text-decoration: none;}
a.yellow1:hover {color: white; text-decoration: none;}

iframe {	background-color:#000000;
			border-width: 0px;
			border-color: yellow;}
			

