/* Start of CMSMS style sheet 'Default' */
/* Last modified: 2008-04-17 */

* {
    /* Increase the space between two subsequent lines. This reduces the efforts
       to "keep in line". */
    line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
    /* smaller line height than the other elements */
    line-height: 1.3em;
}

body,td,th {
    /*  Use fonts without serifs when displaying text on a screen. This makes your
        page more readable. Use an appropriately large font by default. */        
    font-size: 15px;
    font-family: "FreeSans", "Arial", "Verdana", sans-serif;
    
    /* Slightly decrease contrast - too much contrast hurts, yet, too little is worse! */
    color: rgb(20,20,20);
    background-color: white;
    
    /* The more natural beginning is at the top left corner (in western countries) */
    vertical-align: top;
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
}

hr {
    height: 1px;
    background-color: lightGray;
    border: none;
}

a img {
    /* Remove the border from linked images. It is not necessary since more
       experienced users know that they can enlarge the image by clicking on it
       if it is obviously not in its original size. Less experienced users 
       don't grab the concept of the border anyway -> provide a textual 
       message such as "Enlarge" or "View in original size" */ 
    border: none;
}
/* End of 'Default' */

