@CHARSET "UTF-8";

/************************************ Elements ************************************/

body {
    font-family:            Verdana, Helvetica, Arial;
    font-size:              10pt;
    
    color:                  #000;

    background-color:       #BBB;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:            bold;
}

h1 {
    font-size:              1.5em;
    text-align:             center;
    
    margin-top:             0.5em;
    margin-bottom:          0em;
}

h2 {
    font-size:              1.3em;
    
    margin-top:             1em;
    margin-bottom:          0em;
}

h3 {
    font-size:              1.1em;
    
    margin-top:             1em;
    margin-bottom:          0em;
}

h4, h5, h6 {
    font-size:              1em;
    
    margin-top:             1em;
    margin-bottom:          0em;
}

p {
    margin-top:             0.5em;
    margin-bottom:          0.2em;
}

hr {
    margin-top:             1em;
    margin-bottom:          0.5em;
}

img {
    border:                 0px solid white;
}

code {
	display:               block;
	
	margin-top:            3px;
    margin-left:           20px;
    margin-right:          20px;
	padding:               3px;
	
	border:                1px solid #BBB;

    background-color:      #DDD;
}

/*************************************** Ids **************************************/

#container {
    z-index:                2;
    
    display:                block;
    width:                  700px;
    
    margin-left:            auto;
    margin-right:           auto;
    padding:                0.1em 1em 0.2em 1em;
    
    border-right:           5px solid #888;
    border-bottom:          5px solid #888;
    
    background-color:       white;
}

#me {
    z-index:                1;
    
    position:               fixed;
    right:                  5px;
    bottom:                 5px;

    width:                  25px;
    height:                 25px;

    border:                 0px solid white;
    
    font-size:              20px;
    font-weight:            bold;
}

#miLink {
    	
}

    #miLink img {
        border:           0px solid black;
    }

/************************************* Classes ************************************/

.toc {
    list-style-type:        decimal;
    list-style-image:       none;
    list-style-position:    outside;
}

.toc ul {
    list-style-type:        none;
    list-style-image:       none;
    list-style-position:    outside;
}

.explanation {
	padding-left:           1em;
	margin-bottom:          1em;
}

.bigmi {}

.mi {}

.done {
    text-decoration:        line-through;
}

.emailpicture {
    vertical-align:         middle;
}

.linkList {
    text-align:             center;
}

.linkList a {
    color:                  #333;
    text-decoration:        none;
}

.linkList a:hover {
    color:                  #000;
    text-decoration:        underline;
}

ul.linkList {
    font-size:              1.5em;
    list-style:             none inside none;
}

ul.linkList li {
    margin:                 15px;
}

.infofooter {
    display:                block;
    
    text-align:             right;
}

.authorLink {

    font-weight:            normal;
    font-style:             normal;
    font-variant:           normal;
    color:                  #000;
    text-decoration:        none;
}


