/* Almost Impatient Style Sheet */
body {background-color:brown}
#normlink {color:blue}
a.slidelink:link {color:blue}     /* unvisited link */
a.slidelink:visited {color:red}  /* visited link */
a.slidelink:hover {color:purple}   /* mouse over link */
a.slidelink:active {color:green}   /* selected link */
p.outset {border-style:outset; font-size:x-small}
p.right {text-align:right; color:saddlebrown}
p.center {text-align:center; color:saddlebrown}
p.left {text-align:left; color:saddlebrown}
a:link {color:PaleTurquoise}
a:visited {color:orange}
a:hover {color:#FF00FF}
a:active {color:palevioletred}
#fullscreen {border:2 solid black}
#wtext {color:white; text-align:center}
h1 {font-style:italic}
h2 {font-style:italic}
table.main {background-color:antiquewhite}
caption.light {color:saddlebrown}
td.center {text-align:center; color:saddlebrown}
td.centertap {text-align:center; color:black}
td.barrell {text-align:center; color:saddlebrown; background-color:antiquewhite}
