
body 		
		{  
       	background: #303030; 
    	font-family: Verdana, Arial, sans-serif;
		color: #909090;
  		}

div.title
		{ 
		text-align: center;
		font-size: 1.2em; 	
		line-height: 1.5em;
		margin-bottom: 1em;	 
		}
		
div.instruction
		{ 
		text-align: center;
		font-size: 0.9em; 	
	    color: #8B8757; 
		margin-bottom: 1em;
		}
		
var.previous
		{ 
        position: absolute;
		top: 8em;
		left: 2.5em;	 
		border: none;
		}
		
var.journallinkicon1
		{ 
        position: absolute;
		top: 12em;
		left: 1.6em;
		border: none;
		}
		
var.scan
		{ 
        position: absolute;
		top: 10em;
		left: 14em;
		border: none;
		}
		
var.scan img
		{
		border: 0.6em;
		margin-bottom: 3em;
		}
		
div.footer	
		{ 
		text-align: center;
		font-size: 0.8em; 	
		line-height: 2em;
		margin-top: 75%;
		color: #909090;
		border: none;
		position: fixed;
        bottom: 1em;	
		left: 30%; 
		} 
 		
a:link
		{ 
		color: #808080;
		} 

a:visited
		{ 
		color: #808080; 
		} 

a:active 
		{ 
		color: #3232CD; 
		}
 

