/*
*Filename: print.css
*Version: 1.0.0 (2009-04-11)
*Website: null
*Author: Tyler Jefford
*Description: null
*Last updated: None (2009-04-11)
*/

/* _Basic Structure */

	/* CSS3 Font selections */
			@font-face {
				font-family: *Font Name;
				src: url('font_name.otf');
			}
	/* End CSS3 */

body {
	background: #ffffff;
	color: #000000;
	font-family: Segoe UI;
}
a:link, a:visited {
	color: #26d3ff;
	text-decoration: none;
}
a:hover, a:focus {
	color: #333333;
	text-decoration: underline;
}
