/* 
    Document   : editor
    Created on : 10/Mai/2012, 16:55:26
    Author     : jmatos
    Description:
        Purpose of the stylesheet follows.
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap');
body{
    font: serif;
}

math{font-family: "dejavu sans", "bitstream vera sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;}

h1{color:#7080a7;margin-top:2em}

h2{color:#80a0c7;margin-top:2.5em}

h3{color:#a0b0e7;margin-top:2.5em}

dt{font-weight:bold; margin-bottom:0.5em; color:#80a0c7;}

img{border:none}

a:link, a:visited { text-decoration: underline;  color: #069; }
a:hover { color: #039; }

.announcement {font-size:85%;padding:1em;margin:1em;background-color:#eee;border:thin solid #bcd}

.period{color:#999}

blockquote{font-size:85%}

.note {font-size:85%}

.result {border: thin solid #aaa; background-color:#ddffef;padding:0 2em 0 2em}