<html>
<head>
<style type="text/css">
p {
  font-family: georgia, serif; 
  font-size: x-large;
  color:#ff9900;
  }
a:hover {
  color: LimeGreen; 
  text-decoration: none;
  }
</style>
</head>
<body>
<p>This paragraph tag has been preset using embedded style sheets. Same for 
the horizontal rule below and the hyperlink under that. </p>
<p>See Also <a href="http://aimtocode.com/inline-css.html" target="_blank">Inlinne style sheets</a></p>
<p>See Also <a href="http://aimtocode.com/external-css.html" target="_blank">External style sheets</a></p>
</body>
</html>