@charset "utf-8";
/* CSS Document */
body{
  font-size:16px;
  font-family: Helvetica, Arial, sans-serif;
	/*font-family: 'PT Sans',Helvetica, Arial, sans-serif;
	/*font-family: 'Just Another Hand', serif;*/
  font: 60px/68px 'DroidSansRegular', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  /*line-height:1.0em;*/
  /*margin:10px;*/
  background-color:#FFF;
}

#page {
	width:100%;
	height:100%;
	text-transform: uppercase;color: #000000;
	overflow:visible;
}

#content, #header, #footer{text-transform: uppercase;color: #000000; width:900px;}

p {padding-bottom:1em;}

h1 {font-size:4.5em; font-weight:bold; line-height:1.1em}
h1, h2, h3, h4, h5, h6 {line-height:1.2em}

strong {font-weight:bold;}
em {font-style:italic; text-transform:uppercase;}

a {color:#000000; text-decoration: none; margin:0px; padding:0;}

a:hover {color:#FFFFFF; background-color:#000000 !important;}

.baseText {text-transform: none; font-weight:normal;}

