@charset "UTF-8";
/* CSS Document */

* 		{
		padding:0;
		margin:0;
		}
		
body 	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 75%;
		color:#000;
		}

p		{
		line-height:130%;
		}

h1		{
		font-size:116%
		}


h2		{
		font-size:150%;
		}


h3		{
		font-size:100%;
		font-style:italic;
		}

hr		{
		height:1px;
		color:#000;
		}

img		{
		border:0;
		}		
		
		
ul 		{
		list-style:none;
		}


a:link, a:visited		{
						text-decoration:none;
						color:#000;
						}

a:hover		{
			text-decoration:none;	
			}
