/*
 * Vanilla5 
 * A skin for PmWiki 2  (http://pmwiki.org)
 * Version 1.0.8  (2015-03-24)
 * Copyright (c) 2015 Paul Wiegmans(p.wiegmans@inter.nl.net)
 * you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published
 * by the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */

/*  === Add your own custom style rules below === */
/*
body, select, input, textarea,button {
    font-size: 16px;
    font-family: Arial;
}
*/

/* --- ME Custom Changes: Start --- */

p{  padding: 0 0 0 0; }

hr{
    border-radius: 0px;
    height: 6px;
    margin: 0px 0px 0px;
    border: 0;
    clear: both;
}

/* --- ME Custom Changes: End --- */


/* Links get a clear color, Links blue, visited purple */
a {
    color: #33F;
}
a:visited {
    color: #909
}



/* === codeblokken === */
code, pre {
  background-color: #e3e3e3;
  font-size: 13px;  
  font-weight: normal;
}

