body {background-color: white} 
h1 {font-size: 12pt}
h2 {color: blue} 
p {margin-left: 50px} 

a:link {color:red} 

a:visited {color:yellow} 

a:hover {color:black}

a:active {color:blue}
