/* @override http://omegalettering.www/_styles/styles.css */

/**
	Contains all the rules for the website (some of which are imported
	from other CSS files for modularity).
**/

@import url("fonts.css");
@import url("reset.css");

body { padding-right: 20px; padding-left: 20px; padding-bottom: 10px; padding-top: 10px; font-size: 0.8em; font-family: "Lucida Grande", Verdana, Arial, sans-serif; color: #000; background: #fff; }

a { color: #797979; }

h1 { font-size: 1.4em; text-align: center; padding-top: 4.0em; padding-bottom: 4.0em; }
h1 .caps { font-size: 3.0em; display: block; padding-top: 0.5em; }

.caps { font-family: 'RomanCapsRegular',arial,sans-serif; text-transform: uppercase; }

#footer { color: #a9a9a9; font-size: 0.8em; text-align: center; }
