/*Style sheet for U.S. Naval Academy Alumni Assoc., Western New York Chapter. Written by Mark W. Pedersen using JustStyle.*/
p
{
    Background-color : white;
    Font-family : serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : 100;
    Font-size : large;
    Color : black;
}
li
{
    Background-color : white;
    Font-family : serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : 100;
    Font-size : large;
    Color : black;
}
/*Style for heading 1 text*/
h1
{
    Font-weight : bolder;
    Color : rgb(0, 51, 204);
    Font-variant : small-caps;
    Background-color : rgb(204, 204, 0);
    Font-family : serif;
    Font-style : normal;
    Font-size : 24pt;
    Text-align : center;
}
/*Style for heading 1 text*/
h2
{
    Font-weight : bold;
    Color : blue;
    Font-variant : normal;
    Background-color : white;
}

