/**********************************************************
  						insidemysport.com 
						
  SCREEN - Public Area Global Stylesheet 
  
  web			:	http://www.insidemysport.com/
  version		:	09.05.2007
  
  copyright		:	(c) 2007 - GenY Creative Technologies
  license		:	Creative Commons (cc)
  
  author		:	Jeremy S. Ward

  *********************************************************/

/*=========================
  Import Style Sheet Calls 
  =========================*/
@import url("/css/screen/typography/typography.css");
@import url("/css/screen/forms/forms.css");
@import url("/css/screen/nav/nav.css");
@import url("/css/screen/design/design.css");
@import url("/css/screen/layout/layout.css");


/*-------------------- 
  Global Default Syles
  -------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* Tricks IE 5.x for windows into centering the wrapper div in the middle of the browser window */
}	
	

/*------------------- 
  Hyperlink formating
  ------------------- */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
