@font-face {
    font-family: 'Peshang1';
    src: url('../fonts/PeshangDes2.eot');
    src: url('../fonts/PeshangDes2.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PeshangDes2.woff2') format('woff2'),
         url('../fonts/PeshangDes2.woff') format('woff'),
         url('../fonts/PeshangDes2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Peshang2';
    src: url('../fonts/PeshangDes2.eot');
    src: url('../fonts/PeshangDes2.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PeshangDes2.woff2') format('woff2'),
         url('../fonts/PeshangDes2.woff') format('woff'),
         url('../fonts/PeshangDes2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
    --bggray: #edf2f9; 
    --fcdark: #5e6e82; 
    --fcblue: #3580e5; 
}
body {
    font-family: 'Peshang1','Peshang2';
    background-color: var(--bggray); 
}
#home-bg {
	background-image:url('home-page-background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px
}
.login-div {
	background:transparent url('logdiv-grabg.png')	
}
a.menu-href:link { color: #666666; }
a.menu-href:visited { color: #666666; }
a.menu-href:hover { color: #990000; }
