/*clear browser settings*/
/*___________________________________________________________________________*/
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset {  

}

div#wrap {
	max-width: 800px;
	min-width: 700px;
	background-color: #ffffff; 
	margin: 5px auto 0px auto;
	}

#screen {
         padding:0px;
         }


body { 
	background-color: white;
	font-size: small;
	font-family: "Arial", serif;
	padding: 0px;	
	margin: 0px; 
	} 


p  {	
	color: #000000;
	font-size: small;
	font-family: "Arial", serif;
	}


h1 { 
	color: #ffffff; 
	font-family: "Arial", serif; 
	font-size: 100%; 
	font-weight: bold; 
	}

h2 { 
	color: #000000; 
	font-family: "Arial", serif; 
	font-size: small; 
	font-weight: bold; 
	}


a { 
	color: blue;
	font-family: arial, sans-serif; 
	font-size: 90%; 
	font-weight: bold; 
	}

a:link, a:visited { 
	color: blue; 
	text-decoration: none; 
	}

a:focus, a:hover  { 
	color: red; 
	text-decoration: none; 
	}
	
a:active { 
	color: blue;  
	text-decoration: blink; 
	}
