/*
 * Style sheet CSS2 specification
 */


BODY {margin: 3em; 
      background-image: url(../../vbe7.jpg);
      background-attachment: fixed;
      background-position: top center;
      background-repeat: repeat; 
      border: 5px solid #ffffff; 
}

h1 { font-family: "Times New Roman", Arial; font-size: 24pt; color: #000033;  
     font-style: normal; margin-bottom: 30pt; text-align: center;
}

p.normal { font-size: 16pt; color: #000066;
           line-height: 20pt; text-align: justify;
           font-family: "Times New Roman", Arial; font-style: normal;
           text-indent: 10mm; margin-top: 1pt; margin-bottom: 10pt;
}
p.center  { font-size: 16pt; color: #000099;
           line-height: 20pt; text-align: center;
           font-family: "Times New Roman", Arial; font-style: normal;
           margin-bottom: 20pt;
}

p.extra  { font-size: 18pt; color: #000099;
           line-height: 20pt; text-align: center;
           font-family: "Times New Roman", Arial; font-style: normal;
           margin-bottom: 20pt;
}

ul { list-style: none; font-size: 16pt; color: #990000;
     font-family: "Times New Roman", Arial; font-style: normal;
     margin-bottom: 20pt;  line-height: 25pt;
}

hr.foot { color: #990000; width: 80%; size: 2; text-align: left;}

A:link      { color: #0033CC; text-decoration: none }
A:visited   { color: #0033CC; text-decoration: none }
A:bb:hover  { color: #FFFF00; text-decoration: none }
A:active    { color: #FF0000; background: #CFDFEB; text-decoration: none }

