﻿body {
	background-image : url(images/purple_marble.png);
	background-attachment : fixed;
	color : 0027A8;
	font-family : verdana, helvetica , avantgarde, gothic, sans-serif;
	font-size : 95%;
	font-weight : bold;
	margin-left : 5%;
	margin-right : 5%;
	text-align : justify;
     }

div {
      background-image : url(images/rough_paper.png);
      width : 100% ;
      padding : 1em ;
      margin-left : 2em ;
      margin-right : 2em ;
      border : medium ;
      border-width : thick ;
      border-style : outset ;
      border-color : orange ;
    }

p, ul { line-height : 1.5em }

h1 {
     font-family : verdana, helvetica , avantgarde, gothic, sans-serif;
     margin-top : 1em;
     margin-bottom : 2em;
     font-size : 200%;
     text-align : center;
   }

h2 { font-size : 150%;
     text-align : center;
   }

h3 { font-size : 120%;
     text-align : center ;
   }

h3.cont { text-align : left }

b  { text-transform : capitalize; }

i { color : magenta;
    margin-left : 2em;
  }

A:link { color : blue; }

A:visited { color : red; }

A:active { color : navy; }

A:hover { background-color : orange;
	  text-decoration : none;
	}

table { text-align : justify;
	font-weight : bold;
      }

p.notice { font-variant : small-caps; }