/*---------------------------------------------------------------------*/
/* Character Set
/*---------------------------------------------------------------------*/
/*@charset "utf-8"; not supported by Safari*/

/*---------------------------------------------------------------------*/
/* Imports 
/*---------------------------------------------------------------------*/

@import "global.css";

/*---------------------------------------------------------------------*/
/* Body
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/* Content
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/* Typography & Links
/*---------------------------------------------------------------------*/

a {
	color							: #999999;
}

/*---------------------------------------------------------------------*/
/* Tables
/*---------------------------------------------------------------------*/

Lucid {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
georgia {
	font-family: Georgia, Times New Roman, Times, serif;
}
