@charset "utf-8";
/* CSS Document */
 p {color: black; font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif ; font-size:16px}
h1 {color: black; font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size:20px}
ol li {list-style-type: disc}

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

a

{color:#000000;
font:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
   font-size:14px;
}

a:hover { 
    color: red;
}

h2 { 
   position: absolute; 
   top: 100px; 
   left: 0; 
   width: 100%;
   font:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
   font-size:14px;
}