﻿body, th {
	font-family: Arial, Helvetica, sans-serif;
}

.nav>li>a {
    padding: 15px 10px;
}

main 
{
    font-size:1em;
}

.orangeBigText
{
    font-size:1.3em;
    color: #ff661b;
    }
    
.grayGrandText
{
    font-size:2em;
    line-height: 2em;
    color: #b2b2b2;
    font-weight: 900;
    }

.orangeGrandText
{
    font-size:2em;
    color: #ff661b;
    font-weight: 900;
    }
    
.boxText 
{
    border: 0px solid red;
    background-color: #e5e5e5; 
    background-image: url(/img/frame2016/main_grey.png); 
    background-position: top right;
    background-repeat:no-repeat;
    padding: 30px;
    padding-top: 60px;
    }

@media (prefers-color-scheme: dark) {
    .boxText {
        color: #5e5e5e;
    }
}
    
.mainMenuItemFont
{
    font-size: 11px;
    }