/* Generic Selectors */
 
body {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 100%;
   color: #333333;
   background-color: #F9F9F9;
}
 
p {
   width: 80%;
}
 
li {
   line-height: 150%;
}
 
ul.dir {
   list-style-type: none;
} 

h1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 180%;
   font-weight: bold;
   color: #000000;
}
 
h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 130%;
   font-weight: bold;
   color: #000000;
   border-bottom: 2px solid #222222;
}
 
/* Pseudo classes */
 
a:link {
   color: rgb(0, 66, 255);
   text-decoration: none;
}
 
li :link {
   color: rgb(0, 66, 255);
   text-decoration: none;
}
 
a:visited {
   color: rgb(0, 66, 255);
   text-decoration: none;
}
 
li a:visited {
   color: rgb(0, 66, 255);
   text-decoration: none;
}
 
a:hover {
   color: rgb(0, 66, 255);
   text-decoration: underline;
}
 
li a:hover {
   color: rgb(0, 66, 255);
   text-decoration: underline;
}

