.font2 {
	font-family: Tahoma;
	font-size: 12px;
  font-weight: bold
}
.font3 {
	font-family: Tahoma;
	font-size: 16px;
}

a{ /*CSS specific to demo 3*/
margin-bottom: 15px;
text-decoration: none;
font-weight: bold;
  color: #0066CC;
}

a:hover{ /*CSS specific to demo 3*/
margin-bottom: 15px;
  color: #0066CC;
font-weight: bold;
text-decoration: underline
}

A.find:link {text-decoration: none; color: red}
A.find:visited {text-decoration: none; color: blue}
A.find:active {text-decoration: none}
A.find:hover {text-decoration: underline; color: red;.font16 {
	font-family: "Tahoma";
	font-size: 12px;
}

A.find2:link {text-decoration: none; color: green}
A.find2:visited {text-decoration: none; color: green}
A.find2:active {text-decoration: none}
A.find2:hover {text-decoration: underline; color: blue;.font16 {
	font-family: "Tahoma";
	font-size: 12px;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

.form2 {
  padding-bottom: 0px;
}

.topic {
  color: #fff;
  font-weight: bold;
    font-size: 12px;
  background-color: blue;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 15px;
}

#example1 a{ /*CSS specific to demo 1*/
margin-bottom: 15px;
color: #0033FF;
text-decoration: none;
font-weight: bold;
}
#example1 a:hover{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #0033FF;
font-weight: bold;
text-decoration: underline
}

#example2 li{ /*CSS specific to demo 1*/
margin-bottom: 15px;
}

#example2 a{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #D80101;
font-weight: bold;
text-decoration: none;
}

#example2 a:hover{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #D80101;
font-weight: bold;
text-decoration: underline
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 15px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 li{ /*CSS specific to demo 1*/
margin-bottom: 15px;
}

#example3 a{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #009933;
text-decoration: none;
font-weight: bold;
}

#example3 a:hover{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #009933;
font-weight: bold;
text-decoration: underline
}

#example4 li{ /*CSS specific to demo 1*/
margin-bottom: 15px;
}

#example4 a{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #000066;
text-decoration: none;
font-weight: bold;
}

#example4 a:hover{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #000066;
font-weight: bold;
text-decoration: underline
}

#example5 li{ /*CSS specific to demo 1*/
margin-bottom: 15px;
}

#example5 a{ /*CSS specific to demo 3*/
margin-bottom: 15px;
  color: #CC0099;
text-decoration: none;
font-weight: bold;

}

#example5 a:hover{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #CC0099;
font-weight: bold;
text-decoration: underline
}

#example6 li{ /*CSS specific to demo 1*/
margin-bottom: 15px;
}

#example6 a{ /*CSS specific to demo 3*/
margin-bottom: 15px;
  color: #CC0099;
text-decoration: none;
font-weight: bold;
	font-size: 16px;

}

#example6 a:hover{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #CC0099;
font-weight: bold;
text-decoration: underline
}

#example7 li{ /*CSS specific to demo 1*/
margin-bottom: 15px;
}

#example7 a{ /*CSS specific to demo 3*/
margin-bottom: 15px;
        color: #993300;
text-decoration: none;
font-weight: bold;
	font-size: 12px;

}

#example7 a:hover{ /*CSS specific to demo 3*/
margin-bottom: 15px;
color: #993300;
font-weight: bold;
text-decoration: underline
}

code{ /*CSS for insructions*/
color: red;
}