@font-face { 
font-family: 'CABNDWebBold';
src: url('fonts/CABNDWebBold.otf'); 
}

#nav {
padding-left : 0;
padding-right : 0;
margin-left : auto;
margin-right : auto;
display : block;
}

#bar {
width : 135px;
padding : 10px;
border-left : 20px solid #808080;
display : block;
}

html {
font-size : 1em;
font-smooth: always;
}

body {
margin : 0;
font-size : 13px;
color: black;
line-height : 1.231;
background-color : silver;
}

body, button, input, select, textarea {
font-family : 'CABNDWebBold';
padding : 30px;
}

a {
color : #808080;
text-decoration : none;
}

a:visited {
color : #808080;
}

a:hover {
color : white;
}

a:focus {
outline : none;
}

a:hover, a:active {
outline : none;
}

h1 {
font-size : 100%;
color : silver;
}

ul, ol {
font-size : 1.75em;
margin : 0;
padding : 0 0 0 10px;
list-style : none;
line-height : 98%;
}
