/* style.css								*/

body			{
background-color	: #fff;
font-family		: Helvetica Light, Helvetica, Arial, Georgia, Times New Roman, Courier New, Verdana;
font-size		: 32px;
margin-top		: 0px;
margin-bottom		: 0px;
margin-right		: 0px;
margin-left		: 0px;
			}

::-moz-selection { background:#faf5b0; color:#000; }
::selection { background:#faf5b0; color:#000; }

.text		{
font-family	: Arial;
font-color	: #000;
font-weight	: bold;
margin-left	: 60px;
margin-top	: 60px;
width		: 600px;
		}
		
.text2		{
font-family	: Arial;
font-size	: 12px;
font-color	: #000;
font-weight	: bold;
		}		
			
/* 									*/			
			
a			{
text-decoration		: none;
outline			: none;
border-bottom		: 0px solid #000;
			}
			
a:link			{
color			: #f08484;
			}		

a:visited		{
color			: #f08484;
			}
			
a:hover			{
color			: #e13535;
border-bottom		: 0px solid #bbb;
			}
			
a:active		{
color			: #f08484;
			}			