/* CSS Document */
body { 
width : 700px;
background-color : white;
text-align : justify;
font-family : arial;
font-size : 9pt;
}
h1 {
color : red;
font-size : 11pt;
}
h2 {
font-size : 9pt;
text-decoration : none;
}
h3 {
font-size : 9pt;
text-decoration : none;
font-style : oblique;
}
ul {
width : 500px;
}
