a            { color: #000090; font-family: Arial; font-size: 8pt; font-weight: bold }
a:link       { color: #000090; font-family: Arial; font-size: 8pt; font-weight: bold }
a:visited    { color: #000090; font-family: Arial; font-size: 8pt; font-weight: bold }
a:active     { color: #000090; font-family: Arial; font-size: 8pt; font-weight: bold }
body         { font-family: Arial, Helvetica; color: #000000 }
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
h1
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
td           { font-family: Arial; font-size: 8pt }
textarea     { font-family: Courier New; font-size: 10pt }
p            { font-family: Arial; font-size: 8pt }


input{
    width: 200px;
    height: 30px;
    background-color: #d3e7f5;
    margin: 5px;
    border: 0px;
    border-radius: 5px;
    padding-left: 10px;

}

button{
    background-color: #247BA0;
    height: 40px;
    width: 150px;
    color: #EAECE5;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: bolder;
    cursor: pointer;
    
}

button:hover{
    background-color: #2b9fd1;
    color: white;
    transform: translateY(-7px);
    box-shadow: 0px 15px 20px #22199c6c ;
    transition-duration: 0.5s;
}

/* border-radius chrome     
  
  .titulo {
  border: 0px solid black;
  border-radius: 30px;
}
*/

/* boder-radius no IE*/
.border {
    padding: 1em;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 30px;
    behavior: url(border-radius.htc);
}