h1
{
	color:White; 
	font-size:50px; 
	font-weight:bold; 
	
}

.txtNormal
{
	color:White;
	font-family:Verdana;
	font-size:12px;
}

body
{
	background-color: #4b6275;
	color:White;
	font-family:Verdana;
	font-size:12px;
	border-color: #FFFFFF;
	border: 2;
}

h2
{
	font-size: 30px;
	color: White;
	font-weight: bold;
	
}

a:link
{
	color:White;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
}

a:visited
{
	color:White;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	border-color: #FFFFFF;
}

a:hover
{
	color:White;
	font-family:Verdana;
	font-size:12px;
	text-decoration:underline;
}

.txtInput
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 12px;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-family: verdana;
	background-color: white;
}
.boton
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: verdana;
	background-color: #lightgrey;
	cursor:hand;
}
