/* iframe.css */

body { background-image: url(bkground.jpg); background-attachment:fixed; background-repeat: repeat-x; background-color: #FFFFEE; color=#666666 }

p	{ margin: 6pt }

a:link { text-decoration:none; color:#000066 }

a:visited { text-decoration:none; color:#DD8800 }

a:hover { text-decoration:none; color:#8888FF }

a:active { text-decoration:none; color:#FF2222 }