/*
  Adapted from the subTrail Theme for phpBB version 2+
*/

/* General page style */

body {
	background-color: #D5E3D7;
        margin-left: 1%; margin-right: 1%;
}

/* Font settings */

h1 { font-weight: bold; color : #000000; font-size: 250%; }
h2 { font-weight: bold; color : #000000; font-size: 200%; }
h3 { font-weight: bold; color : #000000; font-size: 150%; }
h4 { font-weight: bold; color : #000000; font-size: 100%; }
h5 { font-weight: bold; color : #000000; font-size: 75%; }
h6 { font-weight: bold; color : #000000; font-size: 50%; }
body { font-family: Verdana, sans-serif; }
h1,h2,h3,h4,h5,p,ul { font-family: Verdana, sans-serif; }
pre { font-family: monospace; }

/* Border/line settings */

div.box { border: solid; border-width: 1px; padding: 0.5em; border-color: #55925D;}
hr      { height: 0px; border: solid #55925D 0px; border-top-width: 1px;}

/* Link settings */

a:link,a:active { color : #3F702E; }
a:visited { color : #66A650; }
a:hover         { color : #DD6900; }

