﻿body { background-color: #D3FF33;
       color: #734B8A;
       font-family: Impact, sans-serif;
	   text-align: center;
}
h1 { background-color: #734B8A;
     color: #D3FF33;
     font-family: Jokerman, fantasy;
	 text-align: center;
}
h2 { background-color: #D3FF33;
     color: #734B8A;
     font-family: Impact, sans-serif;
	 text-align: center;
}
h3 { background-color: #734B8A;
     color: #D3FF33;
     font-family: Impact, sans-serif;
	 text-align: center;
}
h4 { background-color: #D3FF33;
     color: #734B8A;
     font-family: Impact, sans-serif;
	 text-align: center;
}
a {color: #734B8A;
   text-decoration: none;
}
a:link { colOr: #734B8A;
	 text-decoration: none;
}
a:hover { colOr: #734B8A;
	  text-decoration: none;
}
a:visited { colOr: #734B8A;
	    text-decoration: none;
}
#container { margin-left: auto;
	     margin-right: auto;
	     width:75%
}