body {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: cyan;
	background: DarkBlue; 

}

td { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: black; 
}

td .right { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: green; 
	/*align: right;
	valign: middle;
	width: 50%;*/
}



.title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.subtitle {
	font-size: 12px;
	text-align: center;
	color:red;
}

.input1 {
	color:lightgreen;
}

.red {
	color:red;
	display: inline;
}

.element {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	
}

.box {
	font-size: 14px;
	font-family: tahoma,verdana,arial;
	color: lightgreen;
	border-style: solid;
	border-width: 0px;
	border-color: red;
	width: 100%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 50px;
	text-align: center;
}

.box2 {
	font-size: 20px;
	font-family: tahoma,verdana,arial;
	color: lightgreen;
	border-style: solid;
	border-width: 0px;
	border-color: red;
/*	width: 100%; */
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 50px;
	text-align: center;
}


.box2 a:link {
	text-decoration: none;
	color: #B2DFEE;
}

.box2 a:active {
	color: #B2DFEE; 
}

.box2 a:visited {
	text-decoration: none;
	color: #B2DFEE; 

}

.box2 a:hover {
	text-decoration:underline;
	color: red;
}

.master {
	font-size: 16px;
	font-family: tahoma,verdana,arial;
	color: lightgreen;
	text-align:center;
	font-weight: bold;
}

.details {
	font-size: 15px;
	font-weight: normal;
	/*display: inline;*/
	color : lightgreen;
	padding-left: 16px;
}

.sent {
	color: yellow;
	font-style: italic;
}