/* CSS Document */
h1,h2,h3,h4,h5,h6 {
color:#8b687d;
font-style:italic
}
p {
font-size:13pt
}
ol {
font-size:13pt
}
ul {
font-size:13pt
}
a {
text-decoration:none
}
a:hover {
color:purple;
text-decoration:underline;
}
