A:active{
color: white;
font-weight: 500;
}

A:visited{
color: red;
font-weight: 500;
}

A:hover{
color: purple;
font-weight: 500;
}

.font-1{
font-weight: 900;
color: chocolate;
font-family: Times New Roman;
font-size: 36pt;
}

.font-2{
font-weight: 900;
color: chocolate;
font-family: Times New Roman;
font-size: 24pt;
}

.font-3{
color: #CC6633;
font-family: "Comic Sans MS";
font-size: 10pt;
}

.font-3b{
font-weight: 600;
color: chocolate;
font-family: Comic Sans MS;
font-size: 11pt;
}.heading1 {

font-weight: bold;
color: #000066;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24pt;
}
.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.body1padr {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-left: 15px;
}
