/* 
    Document   : editor
    Created on : 10/Mai/2012, 16:55:26
    Author     : jmatos
    Description:
        Purpose of the stylesheet follows.
*/

body  {  font: 100%/1.3em  'Muli', sans-serif; }

h1{font-style: normal; font-weight:bold; color:#3d677f}

h2{font-style: normal; font-weight:bold; color:#4C6676;margin-top:2em}

h3{font-style: normal; font-weight:bold; color:#ae6539;margin-top:1.5em}

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

img{border:none}

a:link, a:visited{text-decoration:none; color:#225599;}
a:hover { text-decoration: underline;}

.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:#efffdd;padding:0 2em 0 2em}