*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Tahoma;
	font-size:14;
}
label#td1{
    font-size: 26px;
    color: blue;
    font-weight: bolder;
}
label#td2{
    font-size: 36.5px;
    color:red;
    font-weight: bolder;
}
hr{
    size: solid 2px;
    border-color: red;
    margin-top: 10px;
}
table{
    border: 0px;
    padding: 0px;
	background-color:rgb(98, 130, 235);
    border: solid 0px blue;
    text-align: center;
    width:100%;
    border-spacing: 10px;
}
td.col1{
    text-align: center;
    padding: 10px;
    background-color:white;
    width: 22%;
    height: 10%;
}
div#info{
	width: 96%;
	height: 70%;
    padding: 10px;
    padding-left: 20px;
    background-color:white;
    line-height: 30px;
    text-align: left;
}
#titleSelect{
    font-family: tahoma;
    font-size: 18px;
    color:blue;
}
#titleSelect:hover{
    font-family: tahoma;
    font-size: 18px;
    color:red;
    background-color: rgb(243, 243, 128);
    padding: 3px;
}
#imgRegister{
    width:60%;
    height:10%;
    border:2px;
    border-color:black;
    border-style: solid;
    border:2px;
}
#imgRegister:hover{
    border:2px;
    border-color: gray;
    opacity: 0.5;
    transform: scale(1.1);
}
#imgBLU{
    width:100%;
    height:90%;
    border:2px;
    border-color:black;
    border-style: solid;
    border:2px;
}
h2{
    text-align: center;
    color:blue;
}
#img01{
    width: 48%;
    height: 35%;
}
#img02{
    width: 48%;
    height: 35%;
}

p{
    text-align: left;
    font-family: Times New Roman;
    font-size: 18px;
}
a{
    text-decoration: none;
    text-decoration-line: none;
    color:black;
}
a:hover{
    background-color:azure;
    color: blue;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}
