
body 		
		{  
       	background: #ffffff; 
    	font-family: Verdana, Arial, sans-serif;
  		}
		
h1
		{ 
		text-align: center;
		color: #000000;
		font-size: 2.0em; 	
		}
		
div.memory
		{ 
		margin-left: 7em;	
		}

div.warning
		{ 
		text-align: center;
		font-size: 1.0em; 
		}
		
div.response
		{ 
		text-align: center;
		margin-right: 0em;	
		margin-bottom: 5em; 
		}
		
div.footer
		{ 
		text-align: center;
		color: #808080;
		font-size: 1.0em; 
		}
		
img
		{
		border: none;
		}
 		
a:link
		{ 
		color: #ffffff;
		} 

a:visited
		{ 
		color: #ffffff; 
		} 

a:active 
		{ 
		color: #3232CD; 
		}
 
