
/* link style */

a:active { color : white;  text-decoration: none;}
a:link     { color: white;  text-decoration: none;}
a:visited{ color:  white;  text-decoration: none;}
a:hover  { color: #000000;  background-color:#FE9F00;}


/* body style */

body {
 font-size: 12px;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 font-family: Helvetica, sans-serif;
 color: #C9C9C9;
 background-color: black;
 word-spacing: normal;
 letter-spacing: normal;
 text-decoration: none;
 word-spacing: normal;
 text-align: justify;
 margin-right: 10%;
 margin-left: 10%;
 text: #00B003;
}

div,th,td,li,dd,p {
   color:  #C9C9C9;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   line-height: normal;
   font-family: Helvetica, sans-serif;
   margin-right: 3%;
   margin-left: 3%;
   text-alignment: justify;
   text-decoration: none;
   }

div.menu {
  text-alignment: center;
  font-size: 14px;
  }

dt {
   color:  #C9C9C9;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
}


/* heading styles */
h1 {
   color: black;
   background-color: #FE9F00;
   width: 100%;
   border: none;
   padding: 2px;
   text-align: center;
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   line-height: normal;
   font-family: Helvetica, sans-serif;
   text-decoration: none;
   }



h2 {
   color: black;
   background-color: #FE9F00;
   width: 100%;
   border: none;
   padding: 2px;
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
   line-height: normal;
   font-family: Helvetica, sans-serif;
   text-decoration: none;
   }


h3 {
   color: #FE9F00;
   background-color: transparent;
   font-style: normal;
   font-weight: bold;
   font-size: 14px;
   margin-right: 5%;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   }


.columnaizq {
  float:left;
  margin-bottom: 100%;
  margin-right: 10%;
  padding-right: 5px;
}

  padding-left: 5px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-width: 1px 1px 1px 1px;
  border-style: dashed dashed dashed dashed;
  border-color: black black black black;
