/* Generic Selectors */

body {

}

p {

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;


}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #333333;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

font-weight: normal;

color: #333333;


} 