.title { font-size: 3em }

P { font-size: 10pt;
    color: white; 
  }

BODY {  color: white;
	background: black;
	font-family: sans-serif
     }

A:link  { color: silver }
A:active{ color: red }
A:visited { color: gray }

