﻿body {
	background-image : url(images/rough_paper.png);
	background-attachment : fixed;
	color : 0027A8;
	font-family : gothic, verdana, helvetica, mincho, sans-serif;
	font-size : 95%;
	margin-left : 4em ;
	margin-right : 4em ;
	text-align : justify;
	width : 100% ;
     }


div.picbox {
		background : 0027A8 ;
		width : 100% ;
		padding : 1em ;
		border : medium ;
		border-width : thick ;
		border-style : outset ;
		border-color : gold ;
		text-align : center ;
	   }

div.labelbox {
		background : yellow ;
		color : white ;
		text-align : center;
	margin-left : 33% ;
      border : medium ;
      border-width : thick ;
      border-style : outset ;
      border-color : orange ;
		width : 50% ;
	     }

h1 { font-size : 180%;
     text-align : center;
   }

h2 { font-size : 150%;
     text-align : center;
   }

h3 { font-size : 120%;
     text-align : center;
   }

b  { text-transform : uppercase; }

A:link { color : blue; }

A:visited { color : red;}

A:active { color : navy; }

A:hover { background-color : orange;
	  text-decoration : none;
	}

table { text-align : center; }