/* CSS Document */
p { color: #ffcc66; background-color: inherit; font-family: Times New Roman, sans-serif;}
h2 { background-color: inherit; color:#ffcc66; font-family:Arial,sans-serif; text-decoration: underline;}

a:link { color: white; background-color: inherit; text-decoration: none;}
a:hover { text-decoration: underline; font-style: italic;}
a:visited, a:active { color: red; background-color: inherit;}
