/* index css - PGDM*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFF278;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* dropin*/
#dropin{
position:absolute;
visibility:hidden;
left:25%;
top:5%;
width:550px;
height:550px;
background-color: #FFF278;
border:1px dashed black;"
}

.link {
  color:red;
  padding-right:20px;
  text-align: right;
}
#dropin h1{
  color:#034c1f;
  text-align:center;
}
