body { background-color: lightsteelblue }

a { text-decoration:none }
a:link    { color: #330099 }
a:visited { color: #330099 }
a:active  { color: red }
a:hover   { font-weight: bold;
            font-style: italic }

P {
 font-size: 1in;
 font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
 font-style: italic;
 color: green;
 }
