/*---------------*/
/* ZeppOS  Menus */

h1, .SiteTitle	{ font-size: 22px; color: yellow; margin: 5px 0px 5px 0px; text-transform: lowercase; font-weight: bold}
h2, .SiteTitle2	{ font-size: 18px; color: #00ff00; margin: 5px 0px 5px 0px; text-transform: lowercase; font-weight: bold}
h3, .SiteTitle3	{ font-size: 14px; color: white; margin: 5px 0px 5px 0px; text-transform: lowercase; font-weight: bold}
h4 { display: inline; margin: 5px 0px 5px 0px; }

div.hr			{ height: 1px; background: #fff }
div.hr hr		{ display: none; }

a 				{ color: #000000; text-decoration: none}
a:hover 		{ color: #ff0000; text-decoration: underline; }
