@charset "UTF-8";

body
{
background: #e0e0e0;  
box-sizing: border-box;
padding: 32px;
font-family: "MW";
font-size: 16px;
}

b, strong
{
font-family: "MWBold";
font-size: 16px;  
}

i, em
{
font-family: "MWItalic";
font-size: 16px;  
}

p.text_align_center
{
text-align: center;    
}

p.text_align_right
{
text-align: right;    
}

p.text_align_justify
{
text-align: justify;    
}

.relevant-text
{
background: yellow;    
}

input[type='checkbox'], 
input[type='radio']
{
cursor: pointer;    
}

div.pages_archive_prev_load,
div.pages_archive_total_recs
{
display: none;    
}