/* Text will be white arial in 10pt */
body {font-size: 12pt; 
font-family: "Arial"; 
color: white; 
background: black;}

/* don't underline links, and make all links bold and white */
a {text-decoration: none;}
a {font-family: "Arial"; font-size: 12pt;}
a:link {color: yellow;}
a:visited {color: blue;}
a:active {color: limegreen;}

/* make list text color yellow */
ul {font-family: 12pt Arial; color: hotpink;}

/* make table text white */
td {font: 12pt Arial; color: white;} 
 
/* make bold text yellow */
b {font: 12pt Arial; font-weight: 16pt; color: #66FF00;}