/* 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:16px;
color: white;
text-align: center;
}


table
{
border: 1px solid grey;
font-family:Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 1.2em;
padding: 5px;
width: 100%;
text-align: center;
border-collapse: collapse;

}

td
{
border: 1px solid grey;
text-align: top;
padding: 10px;
}

table.menu	{  margin-left:auto;
					margin-right:auto;
					width: 100%;
					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: 1px;
			border-color: yellow;}
			


