/* My Class */
.overflow 											{ overflow: hidden }
.clear 												{ clear: both }
.underline 											{ text-decoration: underline }
.black 												{ color: black }
.white 												{ color: white }
.red 												{ color: #c11208 }
.yellow												{ color: #faec21 }
.gray 												{ color: #333333 }
.bold												{ font-weight: bold }
.italic												{ font-style: italic }
.center 											{ text-align: center }
.visible 											{ visibility: visible }
.invisible 											{ visibility: hidden }
.display,.block										{ display: block }
.none	 											{ display: none }
.uppercase 											{ text-transform: uppercase }
.lowercase 											{ text-transform: lowercase }
.capitalize											{ text-transform: capitalize }

/* General Tag */
body												{ font-family: Eurostile, Times, "Times New Roman", serif; background: white }
h1													{ font-size: 70px }
h2													{ font-size: 40px } 
h3													{ font-size: 30px }
h4													{ font-size: 20px }
h5													{ font-size: 16px }
h6													{ font-size: 14px }
p 													{ font-size: 14px; line-height: 20px; margin: 10px 0; color: #666666 }
a 													{ text-decoration: none }
small 												{ font-size: 11px }
strong,b 											{ font-weight: bold }
em,i 												{ font-style: italic }

/* Common Layout */

.padm		{padding:0px 50px;}
a.mn		{color:white;}
a.mn:hover	{color:red;}
a.mn2		{color:#747484;}
a.mn2:hover	{color:red;}
a.mn3		{color:#000000; font-size:16pt;}
a.mn3:hover	{color:red;}