<style type="text/css">

@font-face {
    font-family: 'amaranthregular';
    src: url('webfonts/amaranth-regular-webfont.eot');
    src: url('webfonts/amaranth-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/amaranth-regular-webfont.woff') format('woff'),
         url('webfonts/amaranth-regular-webfont.ttf') format('truetype'),
         url('webfonts/amaranth-regular-webfont.svg#amaranthregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


mothproof #20 {
       font-family: 'mothproof';
        font-size:100px;
        color: black;
}



body
{
background-color:#f7fdfd;
background-image:url('graphics/matza_1.gif');
background-repeat:no-repeat;
}

 li {
	font-family: 'Lemon', serif;
        font-size: 20px;
        color: black; 
}  

.matzah
{ 
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right center; 
}

.segment
{ 
width:"33%";
border-width: 0;

}

.text_menu {
    box-sizing:border-box;
    width:100%;
    padding:4px;
    border:0px solid #cce;
    font:20px arial,sans-serif; 
    color: green;
}

.main_menu
{
position:absolute;
left:200px;top:150px;
}

.sub_category_menu
{
position:absolute;
left:650px;top:150px;
border:0px solid #cce;
    font:20px arial,sans-serif; 
    color: green;
    font-weight; 100;
    line-height:200%;
}

.topic_menu
{
position:absolute;
left:1800px;top:150px;
border:0px solid #cce;
    font:20px arial,sans-serif; 
    color: blue;
    font-weight; 300;
    line-height:200%;
}

li
{
    font-family:amaranthregular; 
    color: green;
    font-weight; 300;
    line-height:200%;
}

.blurb_disclaimer
{
position:absolute;
left:-300px;top:450px;
}

span.new {
float:left;
color: #FFFFFF;
background-color: #8AC007;
font-weight: bold;
padding:10px 200px 10px 10px;
padding-right: 200px;
border: 1px solid #ffffff;
outline: 1px solid #8AC007;
}

span.screenr {
position:absolute;
left:1800px;top:650px;
}
</style>