body {
    background-color: white;
    margin: 0;
}

h1 {
    font-stretch: normal;
    font-size: normal;
    font-style: normal;
    font-family: arial;
}

h2 {
    font-family: arial;
    margin:0;
}


p {
    font-family: arial;
    font-stretch: expanded;
    font-size: 18;
    margin: 0;
    line-height: 1.5;
    color:#222222
}

ul {
    font-family: arial;
    font-stretch: expanded;
    font-size: 18;
    margin: 0;
    line-height: 1.5;
    color:#222222
}


p.italic {
    font-family: arial;
    font-style: italic;	 
    font-stretch: expanded;
    font-size: 18;
    margin: 0;
    line-height: 1.5;
    color:#222222
}

a.men:link {
    font-family: arial;
    font-size: 22;
    text-decoration: none;
    color: black
}

a.men:visited {
    font-family: arial;
    font-size: 22;
    text-decoration: none;
    color: black
}

a.men:hover {
    font-family: arial;
    font-size: 22;
    text-decoration: none;
    color: white
}

a.names:link {
    font-family: arial;
    font-size: 22;
    text-decoration: none;
    color: black
}

a.names:visited {
    font-family: arial;
    font-size: 22;
    text-decoration: none;
    color: black
}

a.names:hover {
    font-family: arial;
    font-size: 22;
    text-decoration: none;
    color: red
}


a.small:link {
    font-family: arial;
    font-size: 12;
    text-decoration: none;
    color: black
}

a.small:visited {
    font-family: arial;
    font-size: 12;
    text-decoration: none;
    color: black
}

a.small:hover {
    font-family: arial;
    font-size: 12;
    text-decoration: none;
    color: white
}
