/* Styles for my LVS homework site; created 20.01.01 */body		{background-color: #000000;background-image: URL(galaxia.jpg);		font-family: Tahoma, Veranda, Arial, sans-serif;		color: white;		font-size: 1em;		}p		{font-family: Tahoma, Veranda, Arial, sans-serif;		color: white;		font-size: 1em;		}h1		{font-family: Tahoma, Veranda, Arial, sans-serif;		color: white;		font-size: 1.75em;		text-align: center;		color: #FFFFCC;		}h2		{font-family: Tahoma, Veranda, Arial, sans-serif;		font-size: 1.50em;		text-align: center;		color: #FFFFCC;		}h3		{font-family: Tahoma, Veranda, Arial, sans-serif;		font-size: 1.25em;		font-style: italic;		text-align: center;		color: #FFFFCC;		}a:link		{color: #660066;		font-weight: bold;		}a:active	{color: #FFFF66;		font-weight: bold;		}a:hover		{background-color: #330033;		text-decoration: none;		}a:visited	{color: #FFFFFF;		text-decoration: none;		}
