@charset "utf-8";
/* CSS Document */		
		.labelfield{ /*CSS for label field in general*/
color:#0063c0;
font-size: 90%;
font-family: Arial;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 70%;
font-family: Arial;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
color: black;
font-size: 12px;
text-decoration: none;
font-weight: none;
font-family: Arial;
margin-bottom: 9px;
}

#example2 div a{ /*CSS specific to demo 2*/
color: #0063c0;
font-size: 12px;
text-decoration: none;
font-weight: bold;
font-family: Arial;
}
#example2 a:hover {
  text-decoration: underline; 
}

code{ /*CSS for insructions*/
color: black;
}
#account {
font-weight:bold;
}
	#account a
	{	text-align: left;
		text-decoration: none;
		}
	#account a:hover
	{	text-decoration: underline;}