/* Style sheet to be used with my moon pages
basic style is white on a black background */

body { background-color: #000000; 
font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3 {color:Gold;}

p {color:LightYellow;}

a:link{color:Yellow;}
a:visited{color:Orchid;}

table {
    border-collapse: collapse;
	color:LightYellow;
}

/*th is table header cells*/
th {
    font-weight: bold;
}