/* CSS Document */

/* 
******************************************************************
Authoured by James Star	18/09/2004
Email: james@max-gen.com

WWW.MAX-GEN.COM

Designed for the Machine Gun Bunny web site // page set up
******************************************************************
*/

/* main links */
a:link {color: #000000;text-decoration: underline;}
a:visited {color: #000000;text-decoration: underline;}
a:hover {color: #000000;text-decoration: underline;}
a:active {color: #000000;text-decoration: underline;}
/***********************************************/

/* page styles links */

.header {
	font-size:18px;
	font-weight:bold;
}

.subHeader {
	font-size:16px;
	font-weight:bold;
}

.contactDetails {
	font-size:10px;
}

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

/* footer links */

#footerLink {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

a:hover#footerLink {
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}

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