/*
 * styles.css
 * stylesheet for df5kx web page
 */
body
{
   font-family : Verdana, Arial, Helvetica ;
   Background-Attachment : scroll ;
   Background-Position : Left Top ;
   Background-Repeat : Repeat ; /* No- */
   background-image: url(pictures/stripes.jpg)
}
p, li, h1, h2, h3, h4, ul, ol, div
{
   font-family : Verdana, Arial, Helvetica ;
   color: #000066
}
p, li, div
{
   color: #000066;
   font:  10pt Verdana, Arial, Helvetica;
}
a /*früher :link */
{
   color: 000066;
   Font-Weight : Bold;
   text-decoration: none
}
a:active
{
   color: #ff0000;
   Font-Weight : Bold;
   text-decoration: none
}
a:visited
{
   Color: #000066;
   Font-Weight : Bold;
   text-decoration: none
}
a:hover
{
   color: #ff0000;
   Font-Weight : Bold;
   text-decoration: underline
}
table.op_data td
{
   font-family : Verdana, Arial, Helvetica ;
   font-size : 10pt ;
   color : #000066 ;
   background-color : #EFEFEF
}
