

/*
---------------------------------
Title:		Landing Page Stylesheets
Author:		Leung Kwan Pang
Created:	11-2005

typography	: defines all font properties for entire site
topnav		: defines the top navigation styling and functionality
shared		: 2 and 3 column templates shared between pages
forms		: defines forms shared across entire site 
pages		: defines specific styles for any specified page

---------------------------------*/


/* Import styles
---------------------------------*/
@import url(typography.css);
@import url(shared.css);
@import url(forms.css);

/* Global settings
---------------------------------*/
body {
	text-align: center;
}

p#skiplink {
	display: none;
}

