body{
	width: 960px;
    background-color: linen;
    font-family: arial, verdana, sans-serif; 
    font-size: 17pt;
}

P.blue{
    color: blue;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
}

P.strg{
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
}

P.reg{
    font-size: 17pt;
}

P.bord{
    border: solid black;
}

E.null{
    font-family: helvetica;
    font-size: 22pt;
    color: white;
}

E.title{
    font-family: helvetica;
    font-size: 22pt;
    font-style: italic;
    font-weight: bold;
    color: blue;
}

E.chapter{
    font-family: helvetica;
    font-size: 19pt;
    font-style: italic;
    font-weight: bold;
    color: blue;
}

E.menu{
    font-family: helvetica;
    font-size: 17pt;
    font-style: italic;
    color: black;
}

D.reg{
    font-family: helvetica;
    font-size: 14pt;
}

D.blue{
    font-family: helvetica;
    font-size: 15pt;
    font-style: italic;
    font-weight: bold;
    color: blue;
}

@viewport{
    width: auto;
    max-width: 960px;
    zoom: 1;
    user-zoom: zoom;
    orientation: auto;
}

-ms-@viewport{
    width: auto;
    max-width: 960px;
    zoom: 1;
    user-zoom: zoom;
    orientation: auto;
}
