                                                                                          
/* style background */
body {
background-color: #FFFFFF;
background-image: url("/2003v1x1024/siteimages/background.gif");
background-repeat: repeat;
color: #000099;
}

                                                                             
/* style margins */
p,h1,div {
margin-left: 15px;
margin-right: 25px;
}

                                                                             
/* style lists */

li {
list-style: square;
position:relative;
left: 5px;
margin-right: 50px;
}
                                                                             
/* style links */
/* a {text-decoration:none} */
a:link {color: #0000FF}                             /* unvisited link */
a:visited {color: #800080}                          /* visited link */
a:hover {text-decoration:underline;color=#ff0000}   /* mouse over link */
a:active {color: #0000FF}                           /* selected link */



                                                                             
/* style faq_div */
/* Sets div property for first letter effect. */
div:first-letter {
margin-left: -25px;
color: #ff0000;
font-style: italic;
font-weight: bold;
font-size:xx-large;
}

div.Q {
font-size:x-large;
font-style: italic;
font-weight: bold;
margin-left: 25px;
margin-right: 25px;
}

div.A {
font-size:large;
margin-left: 50px;
margin-right: 25px;
}

p.cont {
font-size:large;
margin-left: 50px;
margin-right: 25px;
}


                                                                             
/* style alignment */
h1 {
text-align: center;
font-style: italic;
}
                                                                             img.topleft {
vertical-align:text-top;
float: left;
left-margin: 100px;
right-margin:100px;
}
                                    
