a {
    color : #081e5f;
    text-decoration : none;
    font-weight : bolder;
}

a:hover {
    text-decoration : underline;

}

#anchor {
    text-align : right;
}

.big {
    
    width : 280px;
    margin-left : 180px; 
}

body {
        width: 800px ;
     display : block;
    position : relative;
    margin-left: auto;
    margin-right: auto;
   text-align : center;
}

pre.code {
    font-family : courier, serif;
    font-size : 12px;
    text-align : left ;
    padding : 20px;
    border : solid 1px black;
}

@font-face {
  font-family: Blair;
  src: url('font/blair.eot') , url('font/blair.eot?#iefix') format('embedded-opentype'), url('font/blair.woff') format('woff'), url('font/blair.ttf') format('truetype') , url('font/blair.svg') format("svg");
}

@font-face {
  font-family: Blairf;
  /*src: local('☺'),*/
  src: url('font/blairf.eot') , url('font/blairf.eot?#iefix') format('embedded-opentype') , url('font/blairf.woff') format('woff'), url('font/blairf.ttf') format('truetype') , url('font/blairf.svg') format("svg");
}

footer {
    color : grey;
    display : block;
    position : relative;
    text-align : center;
    width : 650px;
    margin : 0px 0px 0px 150px;
    padding-top : 20px;
    font-family: Cambria, Arial, sans-serif;
    font-size: 10px;
}

footer a {
    color : grey;
    font-weight : normal;
}

footer a:hover {
    
       color : grey;
    font-weight : normal;
    text-decoration : underline;
    
}


footer td {
    width : 217px;
     font-style : italic;
    text-align : center;
}

h1
{
    background :url("img/fade.jpg");
    background-repeat: no-repeat;
    background-position : center;
    font-family : 'Blairf';/*, Cambria, Arial, sans-serif;*/
    font-size : 24px;
    /*font-variant : small-caps;*/
    color : white;
    text-decoration: underline;
    height : 45px;
    text-align : center ;
    vertical-align : bottom ;
    padding-top : 20px;
    font-weight : lighter;
    
}

h2 {
    color : white;
    vertical-align : bottom ;    
    text-decoration: none;
    font-family : 'Blairf';/*, Arial, sans-serif;*/
    font-size : 14px;
    /*font-variant : small-caps;*/
    height : 25px;
    width : 180px;
    background-color : black;
    padding-top : 10px;
    padding-bottom : 5px;
    text-align : center;
    margin-left : 235px;

}

#list {

     font-family : cambria, arial, sans-serif;
     font-size : 12px;
    list-style : circle;
    text-align : left;
    margin-bottom : 40px;
}


#logo {
    display : block;
    text-align : center;
}

#logomenu img {
  border: 0;
}

nav {
    font-weight : normal;
    display : block;
    position : relative;
    width: 150px;
    text-align: left;
    float: left;
    margin-top : 0px;
    margin-left : 0px;
    padding : 0px;
}

nav ul li {
    /*font-weight : normal;*/
    font-family : 'Blair';/*, Cambria, Arial, sans-serif;*/
    font-size : 12px;
    /*font-variant : small-caps;*/
    margin-left : 0px;
    margin-bottom : 20px;
}

nav ul li a {
    color : black;
    font-weight : normal;
}

p
{
    font-family: Cambria, Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
}

section
{
    display : block;
    position : relative;    
    width: 650px;
    margin-left: 130px;
    padding-left : 20px;
    padding-right : 20px;
    padding-top : 0px;
    padding- bottom : 0px;
   /* border: 1px solid black;*/
}


strong {
    font-size : 14px;
    font-variant : small-caps;
}

ul {
    list-style : none;
    text-decoration : none;
    margin-left: 0px;
    padding-left: 0px;
}

ul a {
    text-decoration :none;
}

ul a:hover {
    text-decoration : underline;
}

div.quote {
    padding : 5px 20px 10px 20px;
    border : solid 1px black;
    margin-bottom: 30px;
}

div.quote p {
    text-align: left;
}

div.quote div.reference {
    text-align: right;
    font-family: Cambria, Arial, sans-serif;
    font-variant : small-caps;
    font-size: 12px;
    font-weight : bolder;
    color : #081e5f;
}

/* source code formats */
.comment { color: #999999; font-style: italic; }
.pre { color: #000099; }
.string { color: #009900; }
.char { color: #009900; }
.float { color: #996600; }
.int { color: #999900; }
.bool { color: #000000; font-weight: bold; }
.type { color: #FF6633; }
.flow { color: #FF0000; }
.keyword { color: #990000; }
.operator { color: #663300; font-weight: bold; }
.operator { color: #663300; font-weight: bold; }
