html, body 
{  margin: 0;
  padding: 0;
  }
  
 a:link {
 	color: white;}
 	
 a:visited {
 	color: white;}
 	
 a:hover {
 	color: #FDBF58;}
 	
 a:active {
 	color: white;}
 	
 a:link {
 	text-decoration: undeline;}
 	
 a:visited {
 	text-decoration: undeline;}
 	
 a:hover {
 	text-decoration: none;}
 	
 a:active {	text-decoration: undeline;}
 

 
.bottom-text{
	font-family:Arial;
	font-size:10px;
	color: white;}
	
.main-text{
	font-family: Helvetica;
	font-smooth: always;
	font-weight:normal;
	font-size:18px;
	color: #717173;}
	
.main-text-small{
	font-family: Helvetica;
	font-smooth: always;
	font-weight:normal;
	font-size:15px;
	color: #717173;}

.quotes-splash{
	font-family:Helvetica;
	font-weight: normal;
	font-size:16px;
	color: #332a85;}
	
.name{
	font-family:Helvetica;
	font-size:14px;
	font-weight: normal;
	color: #332a85;}