/* CSS Document */

body { margin: 1em; }
body, td, p, div  { color: #000000; background: inherit; }

body { background:  url(Stars.gif) #000000;  margin: 2em; 
}
.body { background: #330066; color: inherit; margin: 1%; padding: 1%; border: thin solid black; }

.content { background: #ffffff; color: inherit; 
  padding: 1em;
  height: 500px;
  min-height: 300px;	
}
html>body .content { /* IE ignores this block as it doesn't understand the selector */
	height: auto; /* Reset the height for good browsers */
}
.footer { background: #ffffff; color: inherit; padding: .5em;
}

.center {
 text-align : center;
}

.left {
 text-align : left;
}

.right {
 text-align : right;
}

 td {
 vertical-align : top;
}
/*
A:link    { color: #CC99CC; }
A:visited { color: #CC99CC; }
A:hover   { color: #CC99CC; }
A:active  { color: #CC99CC; }
*/
A:link    { color: #0000ff; }
A:visited { color: #0000ff; }
A:hover   { color: #0000ff; }
A:active  { color: #0000ff; }
