


* { box-sizing: border-box; margin:0; padding:0; } 

body { background-color:#fff; font-family: "Montserrat", sans-serif; } 

.navbar { padding:10px; background: #39f; position:fixed; top:30px; right:30px; z-index:90; cursor: pointer; background=#000;}
.icon-bar { display: block; width:22px; height:3px; background: #fff; margin-bottom:4px;}
.wide { transform:translateX(0);}
nav { width:100%; height:100%; position:fixed; top:0; left:0; background:#666; z-index:69; transition:.3s; transform:translateX(-100%);}
nav ul { list-style:none; padding: 60px;}
nav li { font-size: 30px; color:#fff; }

.body1 {color: #232323; FONT-SIZE: 18px}
.body1a {color: #777777; FONT-SIZE: 14px}
.body1b {color: #111111; FONT-SIZE: 14px}
.body1c {color: #232323; FONT-SIZE: 19px}
.body1d {color: #232323; FONT-SIZE: 6px}
.body2 {color: #6c6c6c; FONT-FAMILY: Verdana; FONT-SIZE: 13px}
.body2a {color: #232323; FONT-FAMILY: verdana; FONT-SIZE: 17px}
.body2b {color: #686868; FONT-FAMILY: Verdana; FONT-SIZE: 10px}
.body2c {color: #232323; FONT-FAMILY: Verdana; FONT-SIZE: 12px}
.body2g {color: #030303; FONT-FAMILY: Georgia; FONT-SIZE: 39px}
.body2h {color: #232323; FONT-FAMILY: Georgia; FONT-SIZE: 24px}
.body2i {color: #585858; FONT-FAMILY: Times; FONT-SIZE: 29px}

a {font-family: verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight=none; }
a:visited {color:#000066; text-decoration:none; }
a:link {color:#000066; text-decoration:none; }
a:active {color:#8f8f00; text-decoration:underline; }
a:hover {color:#8f8f00; text-decoration:underline; }

