/* CSS Document */

<style type="text/css">

body {
      margin: 0;
    
            
}

a:link { 
        color: #eed787;
        text-decoration: none;
}

a:visited {
        color:#eed787;
        text-decoration: none;
}

a:hover {
        color:white;
        text-decoration: none;
        background-color: #eed787;
        color: #00466c;
}

.tabla_1 {
          width: 900px;
          height: 650px;
          background-color:#eed787;
          margin: 0px;
          font-size: 15pt;
          color: #c6e5f8;
          line-height:35px;
          padding:3px;
          border: 1px #003755 solid;
}

td.td_1 {
        width:100px; 
        background: #003755; 
        color: #eed787; 
        border: 1px #eed787 solid;
        }
      

td.td_2 {
       width:800px;
       height:650px;
       background-image: url('csik2.jpg');
       line-height:20px;
       padding:20px;
       color:#c6e5f8;
       font-size:13px;
       border: 1px #eed787 solid;
}

.h1_1 {
       color: #eed787;
       }

.h2_1 {
       color: #eed787;
}

h3 {
       text-decoration: underline;
       color:white;
}
      
img {
    border: 1px #eed787 solid;
}  

</style>
