﻿/* ----------------------------------------------------------------------------
version:	1.0
author: 	LRS Web Solutions
date:		March 9, 2010
title:		Typography Stylesheet
---------------------------------------------------------------------------- */





/* ----------------------------------------------------------------------------
CSS FONT SHORTHAND:

element{
	font:
		font-style
		font-variant
		font-weight
		font-size
		line-height
		font-family
}

---------------------------------------------------------------------------- */



html{
	font-size:1em;
}
body{
	font-size:.75em;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
}
