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