@meta { Title: "Probus Web Style"; }
BODY { 
  font-style: normal;
  font-weight: normal; 
  text-align: left;
  font-size: 11pt;
  line-height: 12pt;
  font-family: "Century Gothic", "sans-serif";
  color: blue;
  background: white 
}
H1 { 
  font-weight: bold; 
  font-size: 24pt; 
  line-height: 28pt;
  font-family: "Century Gothic", "sans-serif"; 
  color: blue 
}
H2 { 
  font-style: normal; 
  font-weight: bold; 
  font-size: 18pt; 
  line-height: 22pt;
  color: purple 
}
H3 { 
  font-weight: bold; 
  font-size: 15pt; 
  line-height: 16pt; 
  color: blue 
}
H4 { 
  font-weight: bold; 
  font-size: 12pt ; 
  color: #7D2252;
}
H6 { font-size: 8pt }

LI { font-size: 12pt }
TD { font-size: 12pt }
.FSizeP1 { font-size: larger }
.FSLarge { font-weight: bold; font-size: large; color: #0066cc }

.leftbox {
  position: relative ;
  float: left ; 
  text-align : center ; 
  padding-top: 6px; 
  padding-bottom : 6px; 
  padding-left : 6px  ; 
  padding-right : 6px ; 
}
.para {
  text-align : left;
  FONT-SIZE : 11pt ;
  FONT-FAMILY : Arial;
  text-decoration: none;
  color: blue;
}
.rightbox {
  position: relative ;
  float: right ; 
  text-align : center ; 
  padding-top: 6px; 
  padding-bottom : 6px; 
  padding-left : 6px ; 
  padding-right : 6px ;
}
.textbox { 
  display : inline-block ; 
  padding-top: 12px; 
  padding-bottom : 12px; 
  padding-left : 6px ; 
  text-align : left 
}

div#content {
  width: 750px ;
  height: auto ;
  margin-left: auto ;
  margin-right: auto ;
  text-align : center;
  background-color: white ;
  }
div.header { 
  text-align: center;
  width: 750px; 
  height: 110px; 
  padding-left: 15px ;
  padding-right: 15px ;
  clear: all;
 border: blue 4px solid;
}

div.main {
  float: right ;
  margin-right: 50px ;
  width: 500px ;
  text-align : left;
  FONT-SIZE : 11pt ;
  FONT-FAMILY : Arial;
  text-decoration: none;
  color: blue;
}
div.top {
  float: right ;
  margin-right: 50px ;
  height: 120px;
  width: 500px ;
  text-align : left;
  FONT-SIZE : 11pt ;
  FONT-FAMILY : Arial;
  text-decoration: none;
  color: blue;
}

div#menubox {
  float: left ; 
  text-align : center ; 
  width: 150px ;
  padding-top: 6px; 
  padding-bottom : 6px; 
  padding-left : 6px  ; 
  padding-right : 6px ;
} 

div.menulinks { 
  font-weight: 600; 
  text-align: center; 
  margin: 0 auto ;
  font-size: 12pt;
  text-decoration: none; 
  width: 100px; 
  height: 350px;
}

div#name { 
  position: absolute; 
  top: 50 px; 
  left: 270px; 
  FONT-SIZE: 30pt; 
  FONT-FAMILY: Verdana, Arial;
  text-decoration: none;
  color: #7D2252; 
  height: 150px;
}
a img {
    border: 0;
}
A { 
  font-weight: bold; 
  color: red; 
  TEXT-DECORATION: none;
}
a.boxitem:link { 
  text-align: center;
  font-weight: bold;
  color: red; 
  background: transparent;
}
a:link { 
  text-align: center;
  font-weight: bold;
  color: red; 
  background: transparent;
  width: 100px; 
}
a:visited { 
  text-align: center; 
  font-weight: bold;
  color: red;
  background-color: white; 
  width: 100px; 
}
a:active { 
  text-align: center;
  font-weight: bold;
  color: #FF3300;
  background-color: #FBFEC5; 
  width: 100px; 
}
a:hover { 
  text-align: center;
  font-weight: bold;
  color: #FBFEC5;
  background-color: blue; 
  width: 100px; 
}

