
<!--
A {
color: black;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: black;
text-decoration: none;
font-weight: bold;
}
A:HOVER {
color: red;
text-decoration : none;
font-weight: bold;
}
A:ACTIVE {
color: red;
text-decoration: none;
font-weight: bold;
}

body {
color: black;
background-color: white;
font-size: 12pt;
}



p {
text-align: left;
line-height: 150%;
}

.box {
width: 360px;
padding: 4px;
text-align: left;
}

.boxicon {
width: 370px;
padding: 4px;
text-align: center;
}

.info {
border: black 2px solid;
width: 360px;
padding: 4px;
text-align: left;
line-height: 150%;
}

img {
	border: 0px;
}

-->




