A:link, A:visited, A:active {
 text-decoration: none;
color:#262BD9;
}
A:HOVER {
color: "006500";
text-decoration: underline;
}

BODY {
font-size: 12pt;
font-family: verdana,arial;
font-weight:normal;
margin: 0;
background-color:#2D70B6;
background: url(images/bg1.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: upper left;
}

#content {
 width:720px;
 margin-left: 130px;
 border: 2px solid black;
 background-color:white;
 padding:0 10px 0 10px;
}
P { text-align:justify; font-weight:normal;}
P.center { text-align:center; }
H1 {
 text-align:center;
 color:red;
 font-weight:bolder;
}
h2 {
 text-align:center;
 color:navy;
 font-weight:bold;
}
h3 {
 color: black;
 background: inherit;
}

.attention {
 color:red;
 font-weight:bold;
 background-color:inherit;
}
.yellow {background:yellow; }
.green {background:lime; }

.disclaimer {
 font-size: 7pt;
 font-family: arial,
 helvetica;
 font-weight:normal;
 text-align:justify;
}

.testimonials {
 width: 90%;
 color: black;
 font-size:10pt;
 font-weight:normal;
 background-color: #EFEFEF;
 text-align:justify;
 text-decoration: italic;
 padding: 7px;
 margin: 25px;
 border: 2px solid #2D70B6;
}
ul,ol {
 color: black;
 background: inherit;
}
